Color Hex Logo

#99afea Color Hex

#99AFEA
(153,175,234)
0 Favorites   0 Comments

Color spaces of #99afea

RGB 153175234
HSL0.620.660.76
HSV224°35°92°
CMYK 0.350.250.00   0.08
XYZ43.318143.372883.9306
Yxy43.37280.25390.2542
Hunter Lab65.85802.1568-29.4596
CIE-Lab71.80736.3014-31.9874

#99afea color RGB value is (153,175,234).

#99afea hex color red value is 153, green value is 175 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #99afea hue: 0.62 , saturation: 0.66 and the lightness value of 99afea is 0.76.

The process color (four color CMYK) of #99afea color hex is 0.35, 0.25, 0.00, 0.08. Web safe color of #99afea is #9999ff. Color #99afea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101111 11101010
Octal 231 257 352
Decimal 153 175 234
Hex 99 AF EA

RGB Percentages of Color #99afea

%27.22
%31.14
%41.64

CMYK Percentages of Color #99afea

%35
%25
%0
%8

Triadic Colors of #99afea

#99afea #ea99af #afea99

Analogous Colors of #99afea

#99afea #ac99ea #99d8ea

Monochromatic Colors of #99afea

#99afea

Complementary Color

#99afea #ead499

#99afea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99afea Color Preview on White Background

Lorem ipsum dolor sit amet.

#99afea Color CSS Codes

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

#99afea Text Font Color

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

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


#99afea Background Color

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

This div background color is #99afea


#99afea Border Color

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

This div border color is #99afea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99afea


Comments

No comments written yet.

Please login to write comment.