Color Hex Logo

#90eeca Color Hex

#90EECA
(144,238,202)
0 Favorites   0 Comments

Color spaces of #90eeca

RGB 144238202
HSL0.440.730.75
HSV157°39°93°
CMYK 0.390.000.15   0.07
XYZ52.736871.342666.8681
Yxy71.34260.27620.3736
Hunter Lab84.4645-36.363612.1870
CIE-Lab87.6512-35.91128.7087

#90eeca color RGB value is (144,238,202).

#90eeca hex color red value is 144, green value is 238 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #90eeca hue: 0.44 , saturation: 0.73 and the lightness value of 90eeca is 0.75.

The process color (four color CMYK) of #90eeca color hex is 0.39, 0.00, 0.15, 0.07. Web safe color of #90eeca is #99ffcc. Color #90eeca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11101110 11001010
Octal 220 356 312
Decimal 144 238 202
Hex 90 EE CA

RGB Percentages of Color #90eeca

%24.66
%40.75
%34.59

CMYK Percentages of Color #90eeca

%39
%0
%15
%7

Triadic Colors of #90eeca

#90eeca #ca90ee #eeca90

Analogous Colors of #90eeca

#90eeca #90e3ee #90ee9b

Monochromatic Colors of #90eeca

#90eeca

Complementary Color

#90eeca #ee90b4

#90eeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90eeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#90eeca Color CSS Codes

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

#90eeca Text Font Color

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

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


#90eeca Background Color

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

This div background color is #90eeca


#90eeca Border Color

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

This div border color is #90eeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90eeca


Comments

No comments written yet.

Please login to write comment.