Color Hex Logo

#afbbc2 Color Hex

#AFBBC2
(175,187,194)
0 Favorites   0 Comments

Color spaces of #afbbc2

RGB 175187194
HSL0.560.130.72
HSV202°10°76°
CMYK 0.100.040.00   0.24
XYZ45.187148.549658.0283
Yxy48.54960.29770.3199
Hunter Lab69.6775-6.1753-0.6031
CIE-Lab75.1703-2.7381-4.9622

#afbbc2 color RGB value is (175,187,194).

#afbbc2 hex color red value is 175, green value is 187 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #afbbc2 hue: 0.56 , saturation: 0.13 and the lightness value of afbbc2 is 0.72.

The process color (four color CMYK) of #afbbc2 color hex is 0.10, 0.04, 0.00, 0.24. Web safe color of #afbbc2 is #99cccc. Color #afbbc2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 11000010
Octal 257 273 302
Decimal 175 187 194
Hex AF BB C2

RGB Percentages of Color #afbbc2

%31.47
%33.63
%34.89

CMYK Percentages of Color #afbbc2

%10
%4
%0
%24

Triadic Colors of #afbbc2

#afbbc2 #c2afbb #bbc2af

Analogous Colors of #afbbc2

#afbbc2 #afb2c2 #afc2c0

Monochromatic Colors of #afbbc2

#afbbc2

Complementary Color

#afbbc2 #c2b6af

#afbbc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbbc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbbc2 Color CSS Codes

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

#afbbc2 Text Font Color

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

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


#afbbc2 Background Color

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

This div background color is #afbbc2


#afbbc2 Border Color

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

This div border color is #afbbc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbbc2


Comments

No comments written yet.

Please login to write comment.