Color Hex Logo

#afb02c Color Hex

#AFB02C
(175,176,44)
0 Favorites   0 Comments

Color spaces of #afb02c

RGB 17517644
HSL0.170.600.43
HSV60°75°69°
CMYK 0.010.000.75   0.31
XYZ33.659240.34658.3965
Yxy40.34650.40850.4896
Hunter Lab63.5189-16.569436.6257
CIE-Lab69.7156-15.717662.6568

#afb02c color RGB value is (175,176,44).

#afb02c hex color red value is 175, green value is 176 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #afb02c hue: 0.17 , saturation: 0.60 and the lightness value of afb02c is 0.43.

The process color (four color CMYK) of #afb02c color hex is 0.01, 0.00, 0.75, 0.31. Web safe color of #afb02c is #999933. Color #afb02c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110000 00101100
Octal 257 260 54
Decimal 175 176 44
Hex AF B0 2C

RGB Percentages of Color #afb02c

%44.30
%44.56
%11.14

CMYK Percentages of Color #afb02c

%1
%0
%75
%31

Triadic Colors of #afb02c

#afb02c #2cafb0 #b02caf

Analogous Colors of #afb02c

#afb02c #6db02c #b06f2c

Monochromatic Colors of #afb02c

#afb02c

Complementary Color

#afb02c #2d2cb0

#afb02c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb02c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb02c Color CSS Codes

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

#afb02c Text Font Color

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

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


#afb02c Background Color

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

This div background color is #afb02c


#afb02c Border Color

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

This div border color is #afb02c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb02c


Comments

No comments written yet.

Please login to write comment.