Color Hex Logo

#afbc81 Color Hex

#AFBC81
(175,188,129)
0 Favorites   0 Comments

Color spaces of #afbc81

RGB 175188129
HSL0.200.310.62
HSV73°31°74°
CMYK 0.070.000.31   0.26
XYZ39.624946.665427.6877
Yxy46.66540.34770.4094
Hunter Lab68.3121-16.006023.7875
CIE-Lab73.9752-14.304828.4213

#afbc81 color RGB value is (175,188,129).

#afbc81 hex color red value is 175, green value is 188 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #afbc81 hue: 0.20 , saturation: 0.31 and the lightness value of afbc81 is 0.62.

The process color (four color CMYK) of #afbc81 color hex is 0.07, 0.00, 0.31, 0.26. Web safe color of #afbc81 is #99cc99. Color #afbc81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111100 10000001
Octal 257 274 201
Decimal 175 188 129
Hex AF BC 81

RGB Percentages of Color #afbc81

%35.57
%38.21
%26.22

CMYK Percentages of Color #afbc81

%7
%0
%31
%26

Triadic Colors of #afbc81

#afbc81 #81afbc #bc81af

Analogous Colors of #afbc81

#afbc81 #92bc81 #bcac81

Monochromatic Colors of #afbc81

#afbc81

Complementary Color

#afbc81 #8e81bc

#afbc81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbc81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbc81 Color CSS Codes

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

#afbc81 Text Font Color

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

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


#afbc81 Background Color

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

This div background color is #afbc81


#afbc81 Border Color

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

This div border color is #afbc81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbc81


Comments

No comments written yet.

Please login to write comment.