Color Hex Logo

#afb35e Color Hex

#AFB35E
(175,179,94)
0 Favorites   0 Comments

Color spaces of #afb35e

RGB 17517994
HSL0.170.360.54
HSV63°47°70°
CMYK 0.020.000.47   0.30
XYZ35.819742.162316.8399
Yxy42.16230.37780.4446
Hunter Lab64.9325-15.163230.0762
CIE-Lab70.9827-13.766842.6149

#afb35e color RGB value is (175,179,94).

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

The process color (four color CMYK) of #afb35e color hex is 0.02, 0.00, 0.47, 0.30. Web safe color of #afb35e is #99cc66. Color #afb35e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110011 01011110
Octal 257 263 136
Decimal 175 179 94
Hex AF B3 5E

RGB Percentages of Color #afb35e

%39.06
%39.96
%20.98

CMYK Percentages of Color #afb35e

%2
%0
%47
%30

Triadic Colors of #afb35e

#afb35e #5eafb3 #b35eaf

Analogous Colors of #afb35e

#afb35e #85b35e #b38d5e

Monochromatic Colors of #afb35e

#afb35e

Complementary Color

#afb35e #625eb3

#afb35e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb35e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb35e Color CSS Codes

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

#afb35e Text Font Color

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

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


#afb35e Background Color

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

This div background color is #afb35e


#afb35e Border Color

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

This div border color is #afb35e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb35e


Comments

No comments written yet.

Please login to write comment.