Color Hex Logo

#99adef Color Hex

#99ADEF
(153,173,239)
0 Favorites   0 Comments

Color spaces of #99adef

RGB 153173239
HSL0.630.730.77
HSV226°36°94°
CMYK 0.360.280.00   0.06
XYZ43.660442.891487.6391
Yxy42.89140.25060.2462
Hunter Lab65.49154.3881-33.4963
CIE-Lab71.48128.7178-35.2116

#99adef color RGB value is (153,173,239).

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

The process color (four color CMYK) of #99adef color hex is 0.36, 0.28, 0.00, 0.06. Web safe color of #99adef is #9999ff. Color #99adef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101101 11101111
Octal 231 255 357
Decimal 153 173 239
Hex 99 AD EF

RGB Percentages of Color #99adef

%27.08
%30.62
%42.30

CMYK Percentages of Color #99adef

%36
%28
%0
%6

Triadic Colors of #99adef

#99adef #ef99ad #adef99

Analogous Colors of #99adef

#99adef #b099ef #99d8ef

Monochromatic Colors of #99adef

#99adef

Complementary Color

#99adef #efdb99

#99adef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99adef Color Preview on White Background

Lorem ipsum dolor sit amet.

#99adef Color CSS Codes

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

#99adef Text Font Color

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

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


#99adef Background Color

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

This div background color is #99adef


#99adef Border Color

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

This div border color is #99adef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99adef


Comments

No comments written yet.

Please login to write comment.