Color Hex Logo

#99afcd Color Hex

#99AFCD
(153,175,205)
0 Favorites   0 Comments

Color spaces of #99afcd

RGB 153175205
HSL0.600.340.70
HSV215°25°80°
CMYK 0.250.150.00   0.20
XYZ39.486341.840063.7524
Yxy41.84000.27220.2884
Hunter Lab64.6838-4.2313-13.1575
CIE-Lab70.7605-0.8841-17.7308

#99afcd color RGB value is (153,175,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101111 11001101
Octal 231 257 315
Decimal 153 175 205
Hex 99 AF CD

RGB Percentages of Color #99afcd

%28.71
%32.83
%38.46

CMYK Percentages of Color #99afcd

%25
%15
%0
%20

Triadic Colors of #99afcd

#99afcd #cd99af #afcd99

Analogous Colors of #99afcd

#99afcd #9d99cd #99c9cd

Monochromatic Colors of #99afcd

#99afcd

Complementary Color

#99afcd #cdb799

#99afcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99afcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#99afcd Color CSS Codes

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

#99afcd Text Font Color

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

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


#99afcd Background Color

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

This div background color is #99afcd


#99afcd Border Color

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

This div border color is #99afcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99afcd


Comments

No comments written yet.

Please login to write comment.