Color Hex Logo

#afbfb5 Color Hex

#AFBFB5
(175,191,181)
0 Favorites   0 Comments

Color spaces of #afbfb5

RGB 175191181
HSL0.400.110.72
HSV143°75°
CMYK 0.080.000.05   0.25
XYZ44.650549.711850.9581
Yxy49.71180.30730.3421
Hunter Lab70.5066-10.34596.5032
CIE-Lab75.8920-7.39993.1549

#afbfb5 color RGB value is (175,191,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 10110101
Octal 257 277 265
Decimal 175 191 181
Hex AF BF B5

RGB Percentages of Color #afbfb5

%31.99
%34.92
%33.09

CMYK Percentages of Color #afbfb5

%8
%0
%5
%25

Triadic Colors of #afbfb5

#afbfb5 #b5afbf #bfb5af

Analogous Colors of #afbfb5

#afbfb5 #afbfbd #b1bfaf

Monochromatic Colors of #afbfb5

#afbfb5

Complementary Color

#afbfb5 #bfafb9

#afbfb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbfb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbfb5 Color CSS Codes

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

#afbfb5 Text Font Color

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

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


#afbfb5 Background Color

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

This div background color is #afbfb5


#afbfb5 Border Color

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

This div border color is #afbfb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbfb5


Comments

No comments written yet.

Please login to write comment.