Color Hex Logo

#90ceaa Color Hex

#90CEAA
(144,206,170)
0 Favorites   0 Comments

Color spaces of #90ceaa

RGB 144206170
HSL0.400.390.69
HSV145°30°81°
CMYK 0.300.000.17   0.19
XYZ40.828652.974246.1034
Yxy52.97420.29180.3786
Hunter Lab72.7834-27.239513.3921
CIE-Lab77.8598-27.304011.6441

#90ceaa color RGB value is (144,206,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11001110 10101010
Octal 220 316 252
Decimal 144 206 170
Hex 90 CE AA

RGB Percentages of Color #90ceaa

%27.69
%39.62
%32.69

CMYK Percentages of Color #90ceaa

%30
%0
%17
%19

Triadic Colors of #90ceaa

#90ceaa #aa90ce #ceaa90

Analogous Colors of #90ceaa

#90ceaa #90cec9 #95ce90

Monochromatic Colors of #90ceaa

#90ceaa

Complementary Color

#90ceaa #ce90b4

#90ceaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90ceaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#90ceaa Color CSS Codes

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

#90ceaa Text Font Color

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

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


#90ceaa Background Color

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

This div background color is #90ceaa


#90ceaa Border Color

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

This div border color is #90ceaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90ceaa


Comments

No comments written yet.

Please login to write comment.