Color Hex Logo

#afbcb5 Color Hex

#AFBCB5
(175,188,181)
0 Favorites   0 Comments

Color spaces of #afbcb5

RGB 175188181
HSL0.410.090.71
HSV148°74°
CMYK 0.070.000.04   0.26
XYZ44.002948.416650.7422
Yxy48.41660.30740.3382
Hunter Lab69.5820-8.88725.4706
CIE-Lab75.0869-5.81801.9865

#afbcb5 color RGB value is (175,188,181).

#afbcb5 hex color red value is 175, green value is 188 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #afbcb5 hue: 0.41 , saturation: 0.09 and the lightness value of afbcb5 is 0.71.

The process color (four color CMYK) of #afbcb5 color hex is 0.07, 0.00, 0.04, 0.26. Web safe color of #afbcb5 is #99cccc. Color #afbcb5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111100 10110101
Octal 257 274 265
Decimal 175 188 181
Hex AF BC B5

RGB Percentages of Color #afbcb5

%32.17
%34.56
%33.27

CMYK Percentages of Color #afbcb5

%7
%0
%4
%26

Triadic Colors of #afbcb5

#afbcb5 #b5afbc #bcb5af

Analogous Colors of #afbcb5

#afbcb5 #afbcbc #b0bcaf

Monochromatic Colors of #afbcb5

#afbcb5

Complementary Color

#afbcb5 #bcafb6

#afbcb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbcb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbcb5 Color CSS Codes

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

#afbcb5 Text Font Color

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

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


#afbcb5 Background Color

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

This div background color is #afbcb5


#afbcb5 Border Color

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

This div border color is #afbcb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbcb5


Comments

No comments written yet.

Please login to write comment.