Color Hex Logo

#90eecc Color Hex

#90EECC
(144,238,204)
0 Favorites   0 Comments

Color spaces of #90eecc

RGB 144238204
HSL0.440.730.75
HSV158°39°93°
CMYK 0.390.000.14   0.07
XYZ52.975271.438068.1236
Yxy71.43800.27510.3710
Hunter Lab84.5210-36.033411.3772
CIE-Lab87.6974-35.49217.7309

#90eecc color RGB value is (144,238,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11101110 11001100
Octal 220 356 314
Decimal 144 238 204
Hex 90 EE CC

RGB Percentages of Color #90eecc

%24.57
%40.61
%34.81

CMYK Percentages of Color #90eecc

%39
%0
%14
%7

Triadic Colors of #90eecc

#90eecc #cc90ee #eecc90

Analogous Colors of #90eecc

#90eecc #90e1ee #90ee9d

Monochromatic Colors of #90eecc

#90eecc

Complementary Color

#90eecc #ee90b2

#90eecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90eecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#90eecc Color CSS Codes

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

#90eecc Text Font Color

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

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


#90eecc Background Color

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

This div background color is #90eecc


#90eecc Border Color

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

This div border color is #90eecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90eecc


Comments

No comments written yet.

Please login to write comment.