Color Hex Logo

#afb7cc Color Hex

#AFB7CC
(175,183,204)
0 Favorites   0 Comments

Color spaces of #afb7cc

RGB 175183204
HSL0.620.220.74
HSV223°14°80°
CMYK 0.140.100.00   0.20
XYZ45.511847.340663.8657
Yxy47.34060.29040.3021
Hunter Lab68.8045-2.3363-6.8710
CIE-Lab74.40711.4839-11.5425

#afb7cc color RGB value is (175,183,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110111 11001100
Octal 257 267 314
Decimal 175 183 204
Hex AF B7 CC

RGB Percentages of Color #afb7cc

%31.14
%32.56
%36.30

CMYK Percentages of Color #afb7cc

%14
%10
%0
%20

Triadic Colors of #afb7cc

#afb7cc #ccafb7 #b7ccaf

Analogous Colors of #afb7cc

#afb7cc #b6afcc #afc6cc

Monochromatic Colors of #afb7cc

#afb7cc

Complementary Color

#afb7cc #ccc4af

#afb7cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb7cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb7cc Color CSS Codes

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

#afb7cc Text Font Color

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

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


#afb7cc Background Color

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

This div background color is #afb7cc


#afb7cc Border Color

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

This div border color is #afb7cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb7cc


Comments

No comments written yet.

Please login to write comment.