Color Hex Logo

#90deea Color Hex

#90DEEA
(144,222,234)
0 Favorites   0 Comments

Color spaces of #90deea

RGB 144222234
HSL0.520.680.74
HSV188°38°92°
CMYK 0.380.050.00   0.08
XYZ52.474264.112487.4511
Yxy64.11240.25720.3142
Hunter Lab80.0702-23.1425-8.7062
CIE-Lab84.0243-20.9609-13.4525

#90deea color RGB value is (144,222,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11011110 11101010
Octal 220 336 352
Decimal 144 222 234
Hex 90 DE EA

RGB Percentages of Color #90deea

%24.00
%37.00
%39.00

CMYK Percentages of Color #90deea

%38
%5
%0
%8

Triadic Colors of #90deea

#90deea #ea90de #deea90

Analogous Colors of #90deea

#90deea #90b1ea #90eac9

Monochromatic Colors of #90deea

#90deea

Complementary Color

#90deea #ea9c90

#90deea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90deea Color Preview on White Background

Lorem ipsum dolor sit amet.

#90deea Color CSS Codes

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

#90deea Text Font Color

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

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


#90deea Background Color

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

This div background color is #90deea


#90deea Border Color

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

This div border color is #90deea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90deea


Comments

No comments written yet.

Please login to write comment.