Color Hex Logo

#90caec Color Hex

#90CAEC
(144,202,236)
0 Favorites   0 Comments

Color spaces of #90caec

RGB 144202236
HSL0.560.710.75
HSV202°39°93°
CMYK 0.390.140.00   0.07
XYZ47.762554.226587.3063
Yxy54.22650.25230.2865
Hunter Lab73.6386-13.0914-18.7474
CIE-Lab78.5936-10.2167-22.7130

#90caec color RGB value is (144,202,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11001010 11101100
Octal 220 312 354
Decimal 144 202 236
Hex 90 CA EC

RGB Percentages of Color #90caec

%24.74
%34.71
%40.55

CMYK Percentages of Color #90caec

%39
%14
%0
%7

Triadic Colors of #90caec

#90caec #ec90ca #caec90

Analogous Colors of #90caec

#90caec #909cec #90ece0

Monochromatic Colors of #90caec

#90caec

Complementary Color

#90caec #ecb290

#90caec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90caec Color Preview on White Background

Lorem ipsum dolor sit amet.

#90caec Color CSS Codes

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

#90caec Text Font Color

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

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


#90caec Background Color

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

This div background color is #90caec


#90caec Border Color

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

This div border color is #90caec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90caec


Comments

No comments written yet.

Please login to write comment.