Color Hex Logo

#90dcab Color Hex

#90DCAB
(144,220,171)
0 Favorites   0 Comments

Color spaces of #90dcab

RGB 144220171
HSL0.390.520.71
HSV141°35°86°
CMYK 0.350.000.22   0.14
XYZ44.445560.056047.7775
Yxy60.05600.29190.3944
Hunter Lab77.4958-33.244117.6938
CIE-Lab81.8686-33.756916.7597

#90dcab color RGB value is (144,220,171).

#90dcab hex color red value is 144, green value is 220 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #90dcab hue: 0.39 , saturation: 0.52 and the lightness value of 90dcab is 0.71.

The process color (four color CMYK) of #90dcab color hex is 0.35, 0.00, 0.22, 0.14. Web safe color of #90dcab is #99cc99. Color #90dcab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11011100 10101011
Octal 220 334 253
Decimal 144 220 171
Hex 90 DC AB

RGB Percentages of Color #90dcab

%26.92
%41.12
%31.96

CMYK Percentages of Color #90dcab

%35
%0
%22
%14

Triadic Colors of #90dcab

#90dcab #ab90dc #dcab90

Analogous Colors of #90dcab

#90dcab #90dcd1 #9bdc90

Monochromatic Colors of #90dcab

#90dcab

Complementary Color

#90dcab #dc90c1

#90dcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90dcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#90dcab Color CSS Codes

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

#90dcab Text Font Color

<p style="color:#90dcab">Text here</p>

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


#90dcab Background Color

<div style="background-color:#90dcab">
Div content here</div>

This div background color is #90dcab


#90dcab Border Color

<div style="border:3px solid #90dcab">
Div here</div>

This div border color is #90dcab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,220,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #90dcab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #90dcab;
  -webkit-box-shadow: 1px 1px 3px 2px #90dcab;
  box-shadow:         1px 1px 3px 2px #90dcab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,220,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 #90dcab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90dcab


Comments

No comments written yet.

Please login to write comment.