Color Hex Logo

#afbe2c Color Hex

#AFBE2C
(175,190,44)
0 Favorites   0 Comments

Color spaces of #afbe2c

RGB 17519044
HSL0.180.620.46
HSV66°77°75°
CMYK 0.080.000.77   0.25
XYZ36.547346.12279.3592
Yxy46.12270.39710.5012
Hunter Lab67.9137-22.790439.3688
CIE-Lab73.6251-22.727566.2608

#afbe2c color RGB value is (175,190,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 00101100
Octal 257 276 54
Decimal 175 190 44
Hex AF BE 2C

RGB Percentages of Color #afbe2c

%42.79
%46.45
%10.76

CMYK Percentages of Color #afbe2c

%8
%0
%77
%25

Triadic Colors of #afbe2c

#afbe2c #2cafbe #be2caf

Analogous Colors of #afbe2c

#afbe2c #66be2c #be842c

Monochromatic Colors of #afbe2c

#afbe2c

Complementary Color

#afbe2c #3b2cbe

#afbe2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbe2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbe2c Color CSS Codes

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

#afbe2c Text Font Color

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

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


#afbe2c Background Color

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

This div background color is #afbe2c


#afbe2c Border Color

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

This div border color is #afbe2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbe2c


Comments

No comments written yet.

Please login to write comment.