Color Hex Logo

#90ceec Color Hex

#90CEEC
(144,206,236)
0 Favorites   0 Comments

Color spaces of #90ceec

RGB 144206236
HSL0.550.710.75
HSV200°39°93°
CMYK 0.390.130.00   0.07
XYZ48.713256.128087.6232
Yxy56.12800.25310.2916
Hunter Lab74.9186-15.0442-16.9013
CIE-Lab79.6866-12.3077-21.0531

#90ceec color RGB value is (144,206,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11001110 11101100
Octal 220 316 354
Decimal 144 206 236
Hex 90 CE EC

RGB Percentages of Color #90ceec

%24.57
%35.15
%40.27

CMYK Percentages of Color #90ceec

%39
%13
%0
%7

Triadic Colors of #90ceec

#90ceec #ec90ce #ceec90

Analogous Colors of #90ceec

#90ceec #90a0ec #90ecdc

Monochromatic Colors of #90ceec

#90ceec

Complementary Color

#90ceec #ecae90

#90ceec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90ceec Color Preview on White Background

Lorem ipsum dolor sit amet.

#90ceec Color CSS Codes

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

#90ceec Text Font Color

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

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


#90ceec Background Color

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

This div background color is #90ceec


#90ceec Border Color

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

This div border color is #90ceec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90ceec


Comments

No comments written yet.

Please login to write comment.