Color Hex Logo

#90baef Color Hex

#90BAEF
(144,186,239)
0 Favorites   0 Comments

Color spaces of #90baef

RGB 144186239
HSL0.590.750.75
HSV213°40°94°
CMYK 0.400.220.00   0.06
XYZ44.640547.279188.4343
Yxy47.27910.24750.2621
Hunter Lab68.7598-4.4432-28.1230
CIE-Lab74.3679-0.8596-30.7955

#90baef color RGB value is (144,186,239).

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

The process color (four color CMYK) of #90baef color hex is 0.40, 0.22, 0.00, 0.06. Web safe color of #90baef is #99ccff. Color #90baef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10111010 11101111
Octal 220 272 357
Decimal 144 186 239
Hex 90 BA EF

RGB Percentages of Color #90baef

%25.31
%32.69
%42.00

CMYK Percentages of Color #90baef

%40
%22
%0
%6

Triadic Colors of #90baef

#90baef #ef90ba #baef90

Analogous Colors of #90baef

#90baef #9690ef #90eaef

Monochromatic Colors of #90baef

#90baef

Complementary Color

#90baef #efc590

#90baef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90baef Color Preview on White Background

Lorem ipsum dolor sit amet.

#90baef Color CSS Codes

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

#90baef Text Font Color

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

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


#90baef Background Color

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

This div background color is #90baef


#90baef Border Color

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

This div border color is #90baef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90baef


Comments

No comments written yet.

Please login to write comment.