Color Hex Logo

#90caea Color Hex

#90CAEA
(144,202,234)
0 Favorites   0 Comments

Color spaces of #90caea

RGB 144202234
HSL0.560.680.74
HSV201°38°92°
CMYK 0.380.140.00   0.08
XYZ47.473454.110985.7842
Yxy54.11090.25340.2888
Hunter Lab73.5601-13.5319-17.6506
CIE-Lab78.5264-10.7304-21.7429

#90caea color RGB value is (144,202,234).

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

The process color (four color CMYK) of #90caea color hex is 0.38, 0.14, 0.00, 0.08. Web safe color of #90caea is #99ccff. Color #90caea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11001010 11101010
Octal 220 312 352
Decimal 144 202 234
Hex 90 CA EA

RGB Percentages of Color #90caea

%24.83
%34.83
%40.34

CMYK Percentages of Color #90caea

%38
%14
%0
%8

Triadic Colors of #90caea

#90caea #ea90ca #caea90

Analogous Colors of #90caea

#90caea #909dea #90eadd

Monochromatic Colors of #90caea

#90caea

Complementary Color

#90caea #eab090

#90caea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90caea Color Preview on White Background

Lorem ipsum dolor sit amet.

#90caea Color CSS Codes

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

#90caea Text Font Color

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

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


#90caea Background Color

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

This div background color is #90caea


#90caea Border Color

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

This div border color is #90caea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90caea


Comments

No comments written yet.

Please login to write comment.