Color Hex Logo

#90efcc Color Hex

#90EFCC
(144,239,204)
0 Favorites   0 Comments

Color spaces of #90efcc

RGB 144239204
HSL0.440.750.75
HSV158°40°94°
CMYK 0.400.000.15   0.06
XYZ53.267272.021968.2209
Yxy72.02190.27530.3722
Hunter Lab84.8657-36.476911.7446
CIE-Lab87.9791-35.95198.1353

#90efcc color RGB value is (144,239,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11101111 11001100
Octal 220 357 314
Decimal 144 239 204
Hex 90 EF CC

RGB Percentages of Color #90efcc

%24.53
%40.72
%34.75

CMYK Percentages of Color #90efcc

%40
%0
%15
%6

Triadic Colors of #90efcc

#90efcc #cc90ef #efcc90

Analogous Colors of #90efcc

#90efcc #90e3ef #90ef9d

Monochromatic Colors of #90efcc

#90efcc

Complementary Color

#90efcc #ef90b3

#90efcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90efcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#90efcc Color CSS Codes

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

#90efcc Text Font Color

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

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


#90efcc Background Color

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

This div background color is #90efcc


#90efcc Border Color

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

This div border color is #90efcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90efcc


Comments

No comments written yet.

Please login to write comment.