Color Hex Logo

#afb6cc Color Hex

#AFB6CC
(175,182,204)
1 Favorites   0 Comments

Color spaces of #afb6cc

RGB 175182204
HSL0.630.220.74
HSV226°14°80°
CMYK 0.140.110.00   0.20
XYZ45.306246.929563.7971
Yxy46.92950.29040.3008
Hunter Lab68.5051-1.8321-7.2617
CIE-Lab74.14472.0252-11.9351

#afb6cc color RGB value is (175,182,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110110 11001100
Octal 257 266 314
Decimal 175 182 204
Hex AF B6 CC

RGB Percentages of Color #afb6cc

%31.19
%32.44
%36.36

CMYK Percentages of Color #afb6cc

%14
%11
%0
%20

Triadic Colors of #afb6cc

#afb6cc #ccafb6 #b6ccaf

Analogous Colors of #afb6cc

#afb6cc #b7afcc #afc5cc

Monochromatic Colors of #afb6cc

#afb6cc

Complementary Color

#afb6cc #ccc5af

#afb6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb6cc Color CSS Codes

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

#afb6cc Text Font Color

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

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


#afb6cc Background Color

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

This div background color is #afb6cc


#afb6cc Border Color

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

This div border color is #afb6cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb6cc


Comments

No comments written yet.

Please login to write comment.