Color Hex Logo

#90efca Color Hex

#90EFCA
(144,239,202)
0 Favorites   0 Comments

Color spaces of #90efca

RGB 144239202
HSL0.440.750.75
HSV157°40°94°
CMYK 0.400.000.15   0.06
XYZ53.028871.926666.9654
Yxy71.92660.27630.3748
Hunter Lab84.8096-36.806212.5515
CIE-Lab87.9332-36.37009.1126

#90efca color RGB value is (144,239,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11101111 11001010
Octal 220 357 312
Decimal 144 239 202
Hex 90 EF CA

RGB Percentages of Color #90efca

%24.62
%40.85
%34.53

CMYK Percentages of Color #90efca

%40
%0
%15
%6

Triadic Colors of #90efca

#90efca #ca90ef #efca90

Analogous Colors of #90efca

#90efca #90e5ef #90ef9b

Monochromatic Colors of #90efca

#90efca

Complementary Color

#90efca #ef90b5

#90efca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90efca Color Preview on White Background

Lorem ipsum dolor sit amet.

#90efca Color CSS Codes

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

#90efca Text Font Color

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

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


#90efca Background Color

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

This div background color is #90efca


#90efca Border Color

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

This div border color is #90efca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90efca


Comments

No comments written yet.

Please login to write comment.