Color Hex Logo

#20cbae Color Hex

#20CBAE
(32,203,174)
0 Favorites   0 Comments

Color spaces of #20cbae

RGB 32203174
HSL0.470.730.46
HSV170°84°80°
CMYK 0.840.000.14   0.20
XYZ29.591646.074947.3781
Yxy46.07490.24050.3745
Hunter Lab67.8785-40.97046.1315
CIE-Lab73.5941-47.30092.9180

#20cbae color RGB value is (32,203,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 11001011 10101110
Octal 40 313 256
Decimal 32 203 174
Hex 20 CB AE

RGB Percentages of Color #20cbae

%7.82
%49.63
%42.54

CMYK Percentages of Color #20cbae

%84
%0
%14
%20

Triadic Colors of #20cbae

#20cbae #ae20cb #cbae20

Analogous Colors of #20cbae

#20cbae #2093cb #20cb59

Monochromatic Colors of #20cbae

#20cbae

Complementary Color

#20cbae #cb203d

#20cbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20cbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#20cbae Color CSS Codes

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

#20cbae Text Font Color

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

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


#20cbae Background Color

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

This div background color is #20cbae


#20cbae Border Color

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

This div border color is #20cbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20cbae


Comments

No comments written yet.

Please login to write comment.