Color Hex Logo

#afbbb3 Color Hex

#AFBBB3
(175,187,179)
0 Favorites   0 Comments

Color spaces of #afbbb3

RGB 175187179
HSL0.390.080.71
HSV140°73°
CMYK 0.060.000.04   0.27
XYZ43.586247.909349.5980
Yxy47.90930.30890.3396
Hunter Lab69.2165-8.72615.9666
CIE-Lab74.7677-5.66682.6104

#afbbb3 color RGB value is (175,187,179).

#afbbb3 hex color red value is 175, green value is 187 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #afbbb3 hue: 0.39 , saturation: 0.08 and the lightness value of afbbb3 is 0.71.

The process color (four color CMYK) of #afbbb3 color hex is 0.06, 0.00, 0.04, 0.27. Web safe color of #afbbb3 is #99cccc. Color #afbbb3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 10110011
Octal 257 273 263
Decimal 175 187 179
Hex AF BB B3

RGB Percentages of Color #afbbb3

%32.35
%34.57
%33.09

CMYK Percentages of Color #afbbb3

%6
%0
%4
%27

Triadic Colors of #afbbb3

#afbbb3 #b3afbb #bbb3af

Analogous Colors of #afbbb3

#afbbb3 #afbbb9 #b1bbaf

Monochromatic Colors of #afbbb3

#afbbb3

Complementary Color

#afbbb3 #bbafb7

#afbbb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbbb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbbb3 Color CSS Codes

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

#afbbb3 Text Font Color

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

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


#afbbb3 Background Color

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

This div background color is #afbbb3


#afbbb3 Border Color

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

This div border color is #afbbb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbbb3


Comments

No comments written yet.

Please login to write comment.