Color Hex Logo

#99baef Color Hex

#99BAEF
(153,186,239)
0 Favorites   0 Comments

Color spaces of #99baef

RGB 153186239
HSL0.600.730.77
HSV217°36°94°
CMYK 0.360.220.00   0.06
XYZ46.275848.122188.5109
Yxy48.12210.25300.2631
Hunter Lab69.3701-2.3229-27.0904
CIE-Lab74.90191.5280-29.9287

#99baef color RGB value is (153,186,239).

#99baef hex color red value is 153, green value is 186 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #99baef hue: 0.60 , saturation: 0.73 and the lightness value of 99baef is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10111010 11101111
Octal 231 272 357
Decimal 153 186 239
Hex 99 BA EF

RGB Percentages of Color #99baef

%26.47
%32.18
%41.35

CMYK Percentages of Color #99baef

%36
%22
%0
%6

Triadic Colors of #99baef

#99baef #ef99ba #baef99

Analogous Colors of #99baef

#99baef #a399ef #99e5ef

Monochromatic Colors of #99baef

#99baef

Complementary Color

#99baef #efce99

#99baef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99baef Color Preview on White Background

Lorem ipsum dolor sit amet.

#99baef Color CSS Codes

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

#99baef Text Font Color

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

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


#99baef Background Color

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

This div background color is #99baef


#99baef Border Color

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

This div border color is #99baef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,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 #99baef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99baef


Comments

No comments written yet.

Please login to write comment.