Color Hex Logo

#afb15e Color Hex

#AFB15E
(175,177,94)
0 Favorites   0 Comments

Color spaces of #afb15e

RGB 17517794
HSL0.170.350.53
HSV61°47°69°
CMYK 0.010.000.47   0.31
XYZ35.421741.366416.7073
Yxy41.36640.37890.4424
Hunter Lab64.3167-14.247429.6202
CIE-Lab70.4319-12.735341.9478

#afb15e color RGB value is (175,177,94).

#afb15e hex color red value is 175, green value is 177 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #afb15e hue: 0.17 , saturation: 0.35 and the lightness value of afb15e is 0.53.

The process color (four color CMYK) of #afb15e color hex is 0.01, 0.00, 0.47, 0.31. Web safe color of #afb15e is #999966. Color #afb15e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110001 01011110
Octal 257 261 136
Decimal 175 177 94
Hex AF B1 5E

RGB Percentages of Color #afb15e

%39.24
%39.69
%21.08

CMYK Percentages of Color #afb15e

%1
%0
%47
%31

Triadic Colors of #afb15e

#afb15e #5eafb1 #b15eaf

Analogous Colors of #afb15e

#afb15e #86b15e #b18a5e

Monochromatic Colors of #afb15e

#afb15e

Complementary Color

#afb15e #605eb1

#afb15e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb15e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb15e Color CSS Codes

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

#afb15e Text Font Color

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

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


#afb15e Background Color

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

This div background color is #afb15e


#afb15e Border Color

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

This div border color is #afb15e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb15e


Comments

No comments written yet.

Please login to write comment.