crispedge.com

Color picker

Loading...

#38beda hex color - Blue - Cool color - Information

#38beda hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #38beda Color code in RGB color code model is created after adding 21.96% red color, 74.51% green color and 85.49% blue color. Hex #38beda Color code in CMYK color (process color) code model is generated after subtraction of 74% cyan, 13% magenta, 0% yellow and 15% black.

Hex #38beda color code is between #33bbdd web safe hex color code and #44cccc web safe hex color code. #33bbdd is the nearest web safe color code. You can see here many more shades of #38beda color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code38beda#38beda
RGB Decimal56, 190, 218rgb(56, 190, 218)
RGB Percent22%, 75%, 85%rgb(22%, 75%, 85%)
CSS RGBa56, 190, 218,1rgba(56,190,218,1)
CMYK Modelcmyk(74%,13%,0%,15%)
HSL Color Space190,69% ,54%hsl(190,69% ,54%)
HSV Color Space190°, 74%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001110001011111011011010
Octal70276332
Decimal56190218
Hex38beda

Different shades of #38beda color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #38beda
#63cce2
Dark Shade of #38beda
#23a2bc
Saturated Shade of #38beda
#2cc6e6
Desaturated Shade of #38beda
#44b6ce
Grey scale Shade of #38beda
#898989
Brighten Shade
#51d7f3
Most Readable Shade
#000000

Shades of #38beda color code

Generate more color scales with scales (color stack) generator.

#38beda
#31a8c1
#2b93a9
#257e91
#1f6979
#185460
#123f48
#0c2a30
#061518
#000000

Similar Color like #38beda color

Find visually similar hex color codes nearing to #38beda hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#39bfdb
#3ac0dc
#3bc1dd
#3cc2de
#3dc3df
#3ec4e0
#3fc5e1
#40c6e2
#41c7e3
#42c8e4
#43c9e5
#44cae6
#45cbe7
#46cce8
#37bdd9
#36bcd8
#35bbd7
#34bad6
#33b9d5
#32b8d4
#31b7d3
#30b6d2
#2fb5d1
#2eb4d0
#2db3cf
#2cb2ce
#2bb1cd
#2ab0cc

Monochromatic Color with #38beda

#38beda
#010505
#0c2a30
#174f5a
#227485
#2d99af

Tints of #38beda Color

#38beda
#4ec5de
#64cce2
#7ad3e6
#90daea
#a6e2ee
#bce9f2
#d2f0f6
#e8f7fa
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#38beda
#da5438

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#38beda
#da386d
#daa538

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#38dab5
#38dad6
#38beda
#389eda
#387dda

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#38beda
#da38be
#beda38

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#38beda
#a538da
#da5438
#6dda38

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#38beda
#da5438
#daa538
#386dda

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #38beda Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#38beda Color Code Preview on Black Background Color

This is how #38beda Color will look on black background color. Color contrast ratio is 9.55

#38beda in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#38beda">Your Example Paragraph content text in with font color #38beda </p>

Your Example Paragraph content text in with font color #38beda

HTML with inline CSS

<div style="color:#38beda">Your Paragraph text in with font color #38beda </div>

Your Example Paragraph content text in with font color #38beda

#38beda color code is use for CSS Background Color

Background color for the above div is #38beda

HTML with inline CSS

<div style="background-color:#38beda;"></div>

#38beda color code is use for CSS Border Color

CSS Border color for the above div is #38beda

HTML with inline CSS

<div style="border:5px solid #38beda;"></div>

CSS Border Left color for the above div is #38beda

HTML with inline CSS

<div style="border-left:5px solid #38beda;"></div>

CSS Border Right color for the above div is #38beda

HTML with inline CSS

<div style="border-right:5px solid #38beda;"></div>

CSS Border Bottom color for the above div is #38beda

HTML with inline CSS

<div style="border-bottom:5px solid #38beda;"></div>

CSS Border Top color for the above div is #38beda

HTML with inline CSS

<div style="border-top:5px solid #38beda;"></div>

#38beda hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#38beda; } .examplecolorclass {color:#38beda; } .examplebordercolor {border:3px solid #38beda; }

#38beda Color code Preview on White Background

This is how #38beda Color code will look on white background color. Color contrast ratio is 2.20

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #38beda; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #38beda; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(56,190,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(218,84,56,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(56,190,218,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.