Color Hex Logo

#90cbea Color Hex

#90CBEA
(144,203,234)
0 Favorites   0 Comments

Color spaces of #90cbea

RGB 144203234
HSL0.560.680.74
HSV201°38°92°
CMYK 0.380.130.00   0.08
XYZ47.708854.581785.8627
Yxy54.58170.25360.2901
Hunter Lab73.8794-14.0198-17.1913
CIE-Lab78.7997-11.2541-21.3279

#90cbea color RGB value is (144,203,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11001011 11101010
Octal 220 313 352
Decimal 144 203 234
Hex 90 CB EA

RGB Percentages of Color #90cbea

%24.78
%34.94
%40.28

CMYK Percentages of Color #90cbea

%38
%13
%0
%8

Triadic Colors of #90cbea

#90cbea #ea90cb #cbea90

Analogous Colors of #90cbea

#90cbea #909eea #90eadc

Monochromatic Colors of #90cbea

#90cbea

Complementary Color

#90cbea #eaaf90

#90cbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90cbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#90cbea Color CSS Codes

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

#90cbea Text Font Color

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

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


#90cbea Background Color

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

This div background color is #90cbea


#90cbea Border Color

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

This div border color is #90cbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90cbea


Comments

No comments written yet.

Please login to write comment.