Color Hex Logo

#20ceab Color Hex

#20CEAB
(32,206,171)
0 Favorites   0 Comments

Color spaces of #20ceab

RGB 32206171
HSL0.470.730.47
HSV168°84°81°
CMYK 0.840.000.17   0.19
XYZ30.017747.390046.0932
Yxy47.39000.24310.3837
Hunter Lab68.8404-42.63628.4897
CIE-Lab74.4385-49.32195.7565

#20ceab color RGB value is (32,206,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 11001110 10101011
Octal 40 316 253
Decimal 32 206 171
Hex 20 CE AB

RGB Percentages of Color #20ceab

%7.82
%50.37
%41.81

CMYK Percentages of Color #20ceab

%84
%0
%17
%19

Triadic Colors of #20ceab

#20ceab #ab20ce #ceab20

Analogous Colors of #20ceab

#20ceab #209ace #20ce54

Monochromatic Colors of #20ceab

#20ceab

Complementary Color

#20ceab #ce2043

#20ceab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20ceab Color Preview on White Background

Lorem ipsum dolor sit amet.

#20ceab Color CSS Codes

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

#20ceab Text Font Color

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

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


#20ceab Background Color

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

This div background color is #20ceab


#20ceab Border Color

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

This div border color is #20ceab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,206,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 #20ceab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20ceab


Comments

No comments written yet.

Please login to write comment.