Color Hex Logo

#90eace Color Hex

#90EACE
(144,234,206)
0 Favorites   0 Comments

Color spaces of #90eace

RGB 144234206
HSL0.450.680.74
HSV161°38°92°
CMYK 0.380.000.12   0.08
XYZ52.065069.231269.0114
Yxy69.23120.27360.3638
Hunter Lab83.2053-33.91449.0679
CIE-Lab86.6184-33.21165.1308

#90eace color RGB value is (144,234,206).

#90eace hex color red value is 144, green value is 234 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #90eace hue: 0.45 , saturation: 0.68 and the lightness value of 90eace is 0.74.

The process color (four color CMYK) of #90eace color hex is 0.38, 0.00, 0.12, 0.08. Web safe color of #90eace is #99ffcc. Color #90eace contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11101010 11001110
Octal 220 352 316
Decimal 144 234 206
Hex 90 EA CE

RGB Percentages of Color #90eace

%24.66
%40.07
%35.27

CMYK Percentages of Color #90eace

%38
%0
%12
%8

Triadic Colors of #90eace

#90eace #ce90ea #eace90

Analogous Colors of #90eace

#90eace #90d9ea #90eaa1

Monochromatic Colors of #90eace

#90eace

Complementary Color

#90eace #ea90ac

#90eace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90eace Color Preview on White Background

Lorem ipsum dolor sit amet.

#90eace Color CSS Codes

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

#90eace Text Font Color

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

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


#90eace Background Color

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

This div background color is #90eace


#90eace Border Color

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

This div border color is #90eace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90eace


Comments

No comments written yet.

Please login to write comment.