Color Hex Logo

#20caab Color Hex

#20CAAB
(32,202,171)
0 Favorites   0 Comments

Color spaces of #20caab

RGB 32202171
HSL0.470.730.46
HSV169°84°79°
CMYK 0.840.000.15   0.21
XYZ29.066945.488445.7762
Yxy45.48840.24160.3780
Hunter Lab67.4451-41.10056.9704
CIE-Lab73.2123-47.67023.9874

#20caab color RGB value is (32,202,171).

#20caab hex color red value is 32, green value is 202 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #20caab hue: 0.47 , saturation: 0.73 and the lightness value of 20caab is 0.46.

The process color (four color CMYK) of #20caab color hex is 0.84, 0.00, 0.15, 0.21. Web safe color of #20caab is #33cc99. Color #20caab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 11001010 10101011
Octal 40 312 253
Decimal 32 202 171
Hex 20 CA AB

RGB Percentages of Color #20caab

%7.90
%49.88
%42.22

CMYK Percentages of Color #20caab

%84
%0
%15
%21

Triadic Colors of #20caab

#20caab #ab20ca #caab20

Analogous Colors of #20caab

#20caab #2094ca #20ca56

Monochromatic Colors of #20caab

#20caab

Complementary Color

#20caab #ca203f

#20caab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20caab Color Preview on White Background

Lorem ipsum dolor sit amet.

#20caab Color CSS Codes

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

#20caab Text Font Color

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

This sample text font color is #20caab
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.


#20caab Background Color

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

This div background color is #20caab


#20caab Border Color

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

This div border color is #20caab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20caab


Comments

No comments written yet.

Please login to write comment.