Color Hex Logo

#20caed Color Hex

#20CAED
(32,202,237)
0 Favorites   0 Comments

Color spaces of #20caed

RGB 32202237
HSL0.530.850.53
HSV190°86°93°
CMYK 0.860.150.00   0.07
XYZ37.002348.662687.5634
Yxy48.66260.21360.2809
Hunter Lab69.7586-27.3951-25.5919
CIE-Lab75.2409-28.1898-28.6757

#20caed color RGB value is (32,202,237).

#20caed hex color red value is 32, green value is 202 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #20caed hue: 0.53 , saturation: 0.85 and the lightness value of 20caed is 0.53.

The process color (four color CMYK) of #20caed color hex is 0.86, 0.15, 0.00, 0.07. Web safe color of #20caed is #33ccff. Color #20caed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 11001010 11101101
Octal 40 312 355
Decimal 32 202 237
Hex 20 CA ED

RGB Percentages of Color #20caed

%6.79
%42.89
%50.32

CMYK Percentages of Color #20caed

%86
%15
%0
%7

Triadic Colors of #20caed

#20caed #ed20ca #caed20

Analogous Colors of #20caed

#20caed #2063ed #20edaa

Monochromatic Colors of #20caed

#20caed

Complementary Color

#20caed #ed4320

#20caed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20caed Color Preview on White Background

Lorem ipsum dolor sit amet.

#20caed Color CSS Codes

.mybgcolor {background-color:#20caed; } 
.myforecolor {color:#20caed; }
.mybordercolor {border:3px solid #20caed; }

#20caed Text Font Color

<p style="color:#20caed">Text here</p>

This sample text font color is #20caed
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#20caed Background Color

<div style="background-color:#20caed">
Div content here</div>

This div background color is #20caed


#20caed Border Color

<div style="border:3px solid #20caed">
Div here</div>

This div border color is #20caed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,202,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #20caed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #20caed;
  -webkit-box-shadow: 1px 1px 3px 2px #20caed;
  box-shadow:         1px 1px 3px 2px #20caed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,202,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #20caed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #20caed;
  -webkit-box-shadow: 1px 1px 3px 2px #20caed;
  box-shadow:         1px 1px 3px 2px #20caed;">
Div content here</div>

This div box has shadow with color #20caed


Comments

No comments written yet.

Please login to write comment.