Color Hex Logo

#99afcc Color Hex

#99AFCC
(153,175,204)
0 Favorites   0 Comments

Color spaces of #99afcc

RGB 153175204
HSL0.590.330.70
HSV214°25°80°
CMYK 0.250.140.00   0.20
XYZ39.365941.791963.1186
Yxy41.79190.27290.2897
Hunter Lab64.6467-4.4360-12.6359
CIE-Lab70.7272-1.1203-17.2318

#99afcc color RGB value is (153,175,204).

#99afcc hex color red value is 153, green value is 175 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #99afcc hue: 0.59 , saturation: 0.33 and the lightness value of 99afcc is 0.70.

The process color (four color CMYK) of #99afcc color hex is 0.25, 0.14, 0.00, 0.20. Web safe color of #99afcc is #9999cc. Color #99afcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101111 11001100
Octal 231 257 314
Decimal 153 175 204
Hex 99 AF CC

RGB Percentages of Color #99afcc

%28.76
%32.89
%38.35

CMYK Percentages of Color #99afcc

%25
%14
%0
%20

Triadic Colors of #99afcc

#99afcc #cc99af #afcc99

Analogous Colors of #99afcc

#99afcc #9d99cc #99c9cc

Monochromatic Colors of #99afcc

#99afcc

Complementary Color

#99afcc #ccb699

#99afcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99afcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#99afcc Color CSS Codes

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

#99afcc Text Font Color

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

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


#99afcc Background Color

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

This div background color is #99afcc


#99afcc Border Color

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

This div border color is #99afcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99afcc


Comments

No comments written yet.

Please login to write comment.