Color Hex Logo

#afb45e Color Hex

#AFB45E
(175,180,94)
1 Favorites   0 Comments

Color spaces of #afb45e

RGB 17518094
HSL0.180.360.54
HSV63°48°71°
CMYK 0.030.000.48   0.29
XYZ36.020842.564616.9070
Yxy42.56460.37720.4457
Hunter Lab65.2416-15.620330.3044
CIE-Lab71.2585-14.280942.9480

#afb45e color RGB value is (175,180,94).

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

The process color (four color CMYK) of #afb45e color hex is 0.03, 0.00, 0.48, 0.29. Web safe color of #afb45e is #99cc66. Color #afb45e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110100 01011110
Octal 257 264 136
Decimal 175 180 94
Hex AF B4 5E

RGB Percentages of Color #afb45e

%38.98
%40.09
%20.94

CMYK Percentages of Color #afb45e

%3
%0
%48
%29

Triadic Colors of #afb45e

#afb45e #5eafb4 #b45eaf

Analogous Colors of #afb45e

#afb45e #84b45e #b48e5e

Monochromatic Colors of #afb45e

#afb45e

Complementary Color

#afb45e #635eb4

#afb45e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb45e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb45e Color CSS Codes

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

#afb45e Text Font Color

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

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


#afb45e Background Color

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

This div background color is #afb45e


#afb45e Border Color

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

This div border color is #afb45e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb45e


Comments

No comments written yet.

Please login to write comment.