Color Hex Logo

#90cead Color Hex

#90CEAD
(144,206,173)
0 Favorites   0 Comments

Color spaces of #90cead

RGB 144206173
HSL0.410.390.69
HSV148°30°81°
CMYK 0.300.000.16   0.19
XYZ41.115753.089047.6153
Yxy53.08900.28990.3743
Hunter Lab72.8622-26.782412.2576
CIE-Lab77.9275-26.713810.1369

#90cead color RGB value is (144,206,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11001110 10101101
Octal 220 316 255
Decimal 144 206 173
Hex 90 CE AD

RGB Percentages of Color #90cead

%27.53
%39.39
%33.08

CMYK Percentages of Color #90cead

%30
%0
%16
%19

Triadic Colors of #90cead

#90cead #ad90ce #cead90

Analogous Colors of #90cead

#90cead #90cecc #92ce90

Monochromatic Colors of #90cead

#90cead

Complementary Color

#90cead #ce90b1

#90cead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90cead Color Preview on White Background

Lorem ipsum dolor sit amet.

#90cead Color CSS Codes

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

#90cead Text Font Color

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

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


#90cead Background Color

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

This div background color is #90cead


#90cead Border Color

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

This div border color is #90cead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90cead


Comments

No comments written yet.

Please login to write comment.