Color Hex Logo

#afbe5f Color Hex

#AFBE5F
(175,190,95)
0 Favorites   0 Comments

Color spaces of #afbe5f

RGB 17519095
HSL0.190.420.56
HSV69°50°75°
CMYK 0.080.000.50   0.25
XYZ38.158246.767117.8423
Yxy46.76710.37130.4551
Hunter Lab68.3865-20.077132.4015
CIE-Lab74.0405-19.253045.7979

#afbe5f color RGB value is (175,190,95).

#afbe5f hex color red value is 175, green value is 190 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #afbe5f hue: 0.19 , saturation: 0.42 and the lightness value of afbe5f is 0.56.

The process color (four color CMYK) of #afbe5f color hex is 0.08, 0.00, 0.50, 0.25. Web safe color of #afbe5f is #99cc66. Color #afbe5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 01011111
Octal 257 276 137
Decimal 175 190 95
Hex AF BE 5F

RGB Percentages of Color #afbe5f

%38.04
%41.30
%20.65

CMYK Percentages of Color #afbe5f

%8
%0
%50
%25

Triadic Colors of #afbe5f

#afbe5f #5fafbe #be5faf

Analogous Colors of #afbe5f

#afbe5f #80be5f #be9e5f

Monochromatic Colors of #afbe5f

#afbe5f

Complementary Color

#afbe5f #6e5fbe

#afbe5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbe5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbe5f Color CSS Codes

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

#afbe5f Text Font Color

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

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


#afbe5f Background Color

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

This div background color is #afbe5f


#afbe5f Border Color

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

This div border color is #afbe5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbe5f


Comments

No comments written yet.

Please login to write comment.