Color Hex Logo

#90bbee Color Hex

#90BBEE
(144,187,238)
0 Favorites   0 Comments

Color spaces of #90bbee

RGB 144187238
HSL0.590.730.75
HSV213°39°93°
CMYK 0.390.210.00   0.07
XYZ44.704547.643087.7288
Yxy47.64300.24830.2646
Hunter Lab69.0239-5.1833-27.0403
CIE-Lab74.5992-1.6708-29.8992

#90bbee color RGB value is (144,187,238).

#90bbee hex color red value is 144, green value is 187 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #90bbee hue: 0.59 , saturation: 0.73 and the lightness value of 90bbee is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10111011 11101110
Octal 220 273 356
Decimal 144 187 238
Hex 90 BB EE

RGB Percentages of Color #90bbee

%25.31
%32.86
%41.83

CMYK Percentages of Color #90bbee

%39
%21
%0
%7

Triadic Colors of #90bbee

#90bbee #ee90bb #bbee90

Analogous Colors of #90bbee

#90bbee #9490ee #90eaee

Monochromatic Colors of #90bbee

#90bbee

Complementary Color

#90bbee #eec390

#90bbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90bbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#90bbee Color CSS Codes

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

#90bbee Text Font Color

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

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


#90bbee Background Color

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

This div background color is #90bbee


#90bbee Border Color

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

This div border color is #90bbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90bbee


Comments

No comments written yet.

Please login to write comment.