Color Hex Logo

#99afde Color Hex

#99AFDE
(153,175,222)
0 Favorites   0 Comments

Color spaces of #99afde

RGB 153175222
HSL0.610.510.74
HSV221°31°87°
CMYK 0.310.210.00   0.13
XYZ41.651742.706275.1551
Yxy42.70620.26110.2677
Hunter Lab65.3500-0.5931-22.4409
CIE-Lab71.35513.2517-26.1391

#99afde color RGB value is (153,175,222).

#99afde hex color red value is 153, green value is 175 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #99afde hue: 0.61 , saturation: 0.51 and the lightness value of 99afde is 0.74.

The process color (four color CMYK) of #99afde color hex is 0.31, 0.21, 0.00, 0.13. Web safe color of #99afde is #9999cc. Color #99afde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101111 11011110
Octal 231 257 336
Decimal 153 175 222
Hex 99 AF DE

RGB Percentages of Color #99afde

%27.82
%31.82
%40.36

CMYK Percentages of Color #99afde

%31
%21
%0
%13

Triadic Colors of #99afde

#99afde #de99af #afde99

Analogous Colors of #99afde

#99afde #a699de #99d2de

Monochromatic Colors of #99afde

#99afde

Complementary Color

#99afde #dec899

#99afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#99afde Color CSS Codes

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

#99afde Text Font Color

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

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


#99afde Background Color

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

This div background color is #99afde


#99afde Border Color

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

This div border color is #99afde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,175,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99afde


Comments

No comments written yet.

Please login to write comment.