Color Hex Logo

#afb5cc Color Hex

#AFB5CC
(175,181,204)
0 Favorites   0 Comments

Color spaces of #afb5cc

RGB 175181204
HSL0.630.220.74
HSV228°14°80°
CMYK 0.140.110.00   0.20
XYZ45.102246.521363.7291
Yxy46.52130.29030.2995
Hunter Lab68.2065-1.3266-7.6533
CIE-Lab73.88252.5680-12.3275

#afb5cc color RGB value is (175,181,204).

#afb5cc hex color red value is 175, green value is 181 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #afb5cc hue: 0.63 , saturation: 0.22 and the lightness value of afb5cc is 0.74.

The process color (four color CMYK) of #afb5cc color hex is 0.14, 0.11, 0.00, 0.20. Web safe color of #afb5cc is #99cccc. Color #afb5cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110101 11001100
Octal 257 265 314
Decimal 175 181 204
Hex AF B5 CC

RGB Percentages of Color #afb5cc

%31.25
%32.32
%36.43

CMYK Percentages of Color #afb5cc

%14
%11
%0
%20

Triadic Colors of #afb5cc

#afb5cc #ccafb5 #b5ccaf

Analogous Colors of #afb5cc

#afb5cc #b8afcc #afc4cc

Monochromatic Colors of #afb5cc

#afb5cc

Complementary Color

#afb5cc #ccc6af

#afb5cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb5cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb5cc Color CSS Codes

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

#afb5cc Text Font Color

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

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


#afb5cc Background Color

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

This div background color is #afb5cc


#afb5cc Border Color

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

This div border color is #afb5cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,181,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 #afb5cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb5cc


Comments

No comments written yet.

Please login to write comment.