Color Hex Logo

#90cdaa Color Hex

#90CDAA
(144,205,170)
0 Favorites   0 Comments

Color spaces of #90cdaa

RGB 144205170
HSL0.400.380.68
HSV146°30°80°
CMYK 0.300.000.17   0.20
XYZ40.588652.494246.0234
Yxy52.49420.29180.3774
Hunter Lab72.4529-26.795613.0549
CIE-Lab77.5754-26.819011.2408

#90cdaa color RGB value is (144,205,170).

#90cdaa hex color red value is 144, green value is 205 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #90cdaa hue: 0.40 , saturation: 0.38 and the lightness value of 90cdaa is 0.68.

The process color (four color CMYK) of #90cdaa color hex is 0.30, 0.00, 0.17, 0.20. Web safe color of #90cdaa is #99cc99. Color #90cdaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11001101 10101010
Octal 220 315 252
Decimal 144 205 170
Hex 90 CD AA

RGB Percentages of Color #90cdaa

%27.75
%39.50
%32.76

CMYK Percentages of Color #90cdaa

%30
%0
%17
%20

Triadic Colors of #90cdaa

#90cdaa #aa90cd #cdaa90

Analogous Colors of #90cdaa

#90cdaa #90cdc9 #95cd90

Monochromatic Colors of #90cdaa

#90cdaa

Complementary Color

#90cdaa #cd90b3

#90cdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90cdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#90cdaa Color CSS Codes

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

#90cdaa Text Font Color

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

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


#90cdaa Background Color

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

This div background color is #90cdaa


#90cdaa Border Color

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

This div border color is #90cdaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,205,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90cdaa


Comments

No comments written yet.

Please login to write comment.