Color Hex Logo

#21caab Color Hex

#21CAAB
(33,202,171)
0 Favorites   0 Comments

Color spaces of #21caab

RGB 33202171
HSL0.470.720.46
HSV169°84°79°
CMYK 0.840.000.15   0.21
XYZ29.098445.504745.7777
Yxy45.50470.24170.3780
Hunter Lab67.4572-41.05216.9847
CIE-Lab73.2230-47.59454.0042

#21caab color RGB value is (33,202,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 11001010 10101011
Octal 41 312 253
Decimal 33 202 171
Hex 21 CA AB

RGB Percentages of Color #21caab

%8.13
%49.75
%42.12

CMYK Percentages of Color #21caab

%84
%0
%15
%21

Triadic Colors of #21caab

#21caab #ab21ca #caab21

Analogous Colors of #21caab

#21caab #2195ca #21ca57

Monochromatic Colors of #21caab

#21caab

Complementary Color

#21caab #ca2140

#21caab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21caab Color Preview on White Background

Lorem ipsum dolor sit amet.

#21caab Color CSS Codes

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

#21caab Text Font Color

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

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


#21caab Background Color

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

This div background color is #21caab


#21caab Border Color

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

This div border color is #21caab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,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 #21caab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21caab


Comments

No comments written yet.

Please login to write comment.