Color Hex Logo

#afbfb3 Color Hex

#AFBFB3
(175,191,179)
0 Favorites   0 Comments

Color spaces of #afbfb3

RGB 175191179
HSL0.380.110.72
HSV135°75°
CMYK 0.080.000.06   0.25
XYZ44.446749.630249.8848
Yxy49.63020.30870.3447
Hunter Lab70.4487-10.66807.3308
CIE-Lab75.8417-7.77544.1661

#afbfb3 color RGB value is (175,191,179).

#afbfb3 hex color red value is 175, green value is 191 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #afbfb3 hue: 0.38 , saturation: 0.11 and the lightness value of afbfb3 is 0.72.

The process color (four color CMYK) of #afbfb3 color hex is 0.08, 0.00, 0.06, 0.25. Web safe color of #afbfb3 is #99cccc. Color #afbfb3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 10110011
Octal 257 277 263
Decimal 175 191 179
Hex AF BF B3

RGB Percentages of Color #afbfb3

%32.11
%35.05
%32.84

CMYK Percentages of Color #afbfb3

%8
%0
%6
%25

Triadic Colors of #afbfb3

#afbfb3 #b3afbf #bfb3af

Analogous Colors of #afbfb3

#afbfb3 #afbfbb #b3bfaf

Monochromatic Colors of #afbfb3

#afbfb3

Complementary Color

#afbfb3 #bfafbb

#afbfb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbfb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbfb3 Color CSS Codes

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

#afbfb3 Text Font Color

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

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


#afbfb3 Background Color

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

This div background color is #afbfb3


#afbfb3 Border Color

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

This div border color is #afbfb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbfb3


Comments

No comments written yet.

Please login to write comment.