Color Hex Logo

#afbe2f Color Hex

#AFBE2F
(175,190,47)
0 Favorites   0 Comments

Color spaces of #afbe2f

RGB 17519047
HSL0.180.600.46
HSV66°75°75°
CMYK 0.080.000.75   0.25
XYZ36.605746.14619.6671
Yxy46.14610.39610.4993
Hunter Lab67.9309-22.691439.1142
CIE-Lab73.6402-22.599265.3294

#afbe2f color RGB value is (175,190,47).

#afbe2f hex color red value is 175, green value is 190 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #afbe2f hue: 0.18 , saturation: 0.60 and the lightness value of afbe2f is 0.46.

The process color (four color CMYK) of #afbe2f color hex is 0.08, 0.00, 0.75, 0.25. Web safe color of #afbe2f is #99cc33. Color #afbe2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 00101111
Octal 257 276 57
Decimal 175 190 47
Hex AF BE 2F

RGB Percentages of Color #afbe2f

%42.48
%46.12
%11.41

CMYK Percentages of Color #afbe2f

%8
%0
%75
%25

Triadic Colors of #afbe2f

#afbe2f #2fafbe #be2faf

Analogous Colors of #afbe2f

#afbe2f #68be2f #be862f

Monochromatic Colors of #afbe2f

#afbe2f

Complementary Color

#afbe2f #3e2fbe

#afbe2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbe2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbe2f Color CSS Codes

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

#afbe2f Text Font Color

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

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


#afbe2f Background Color

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

This div background color is #afbe2f


#afbe2f Border Color

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

This div border color is #afbe2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbe2f


Comments

No comments written yet.

Please login to write comment.