crispedge.com

Color picker

Loading...

#20caec hex color - Blue - Cool color - Information

#20caec hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #20caec Color code in RGB color code model is created after adding 12.55% red color, 79.22% green color and 92.55% blue color. Hex #20caec Color code in CMYK color (process color) code model is generated after subtraction of 86% cyan, 14% magenta, 0% yellow and 7% black.

Hex #20caec color code is between #22ccee web safe hex color code and #11bbdd web safe hex color code. #22ccee is the nearest web safe color code. You can see here many more shades of #20caec color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code20caec#20caec
RGB Decimal32, 202, 236rgb(32, 202, 236)
RGB Percent13%, 79%, 93%rgb(13%, 79%, 93%)
CSS RGBa32, 202, 236,1rgba(32,202,236,1)
CMYK Modelcmyk(86%,14%,0%,7%)
HSL Color Space190,84% ,53%hsl(190,84% ,53%)
HSV Color Space190°, 86%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001000001100101011101100
Octal40312354
Decimal32202236
Hex20caec

Different shades of #20caec color code.

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

Light Shade of #20caec
#4fd5f0
Dark Shade of #20caec
#11a9c8
Saturated Shade of #20caec
#14d2f8
Desaturated Shade of #20caec
#2cc2e0
Grey scale Shade of #20caec
#868686
Brighten Shade
#39e3ff
Most Readable Shade
#000000

Shades of #20caec color code

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

#20caec
#1cb3d1
#189db7
#15869d
#117083
#0e5968
#0a434e
#072c34
#03161a
#000000

Similar Color like #20caec color

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

#21cbed
#22ccee
#23cdef
#24cef0
#25cff1
#26d0f2
#27d1f3
#28d2f4
#29d3f5
#2ad4f6
#2bd5f7
#2cd6f8
#2dd7f9
#2ed8fa
#1fc9eb
#1ec8ea
#1dc7e9
#1cc6e8
#1bc5e7
#1ac4e6
#19c3e5
#18c2e4
#17c1e3
#16c0e2
#15bfe1
#14bee0
#13bddf
#12bcde

Monochromatic Color with #20caec

#20caec
#031417
#093842
#0f5d6c
#148197
#1aa6c1

Tints of #20caec Color

#20caec
#38cfee
#51d5f0
#6adbf2
#83e1f4
#9be7f6
#b4edf8
#cdf3fa
#e6f9fc
#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

#20caec
#ec4220

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

Split Complementary

#20caec
#ec2064
#eca820

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

Analogous Color

#20ecbc
#20ece5
#20caec
#20a1ec
#2078ec

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

#20caec
#ec20ca
#caec20

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

#20caec
#a820ec
#ec4220
#64ec20

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

#20caec
#ec4220
#eca820
#2064ec

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 #20caec 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.

#20caec Color Code Preview on Black Background Color

This is how #20caec Color will look on black background color. Color contrast ratio is 10.72

#20caec in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #20caec

HTML with inline CSS

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

Your Example Paragraph content text in with font color #20caec

#20caec color code is use for CSS Background Color

Background color for the above div is #20caec

HTML with inline CSS

<div style="background-color:#20caec;"></div>

#20caec color code is use for CSS Border Color

CSS Border color for the above div is #20caec

HTML with inline CSS

<div style="border:5px solid #20caec;"></div>

CSS Border Left color for the above div is #20caec

HTML with inline CSS

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

CSS Border Right color for the above div is #20caec

HTML with inline CSS

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

CSS Border Bottom color for the above div is #20caec

HTML with inline CSS

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

CSS Border Top color for the above div is #20caec

HTML with inline CSS

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

#20caec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#20caec Color code Preview on White Background

This is how #20caec Color code will look on white background color. Color contrast ratio is 1.96

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 #20caec; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #20caec; }

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(32,202,236,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(236,66,32,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(32,202,236,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.