Color Hex Logo

#afcd2a Color Hex

#AFCD2A
(175,205,42)
0 Favorites   0 Comments

Color spaces of #afcd2a

RGB 17520542
HSL0.200.660.48
HSV71°80°80°
CMYK 0.150.000.80   0.20
XYZ39.928452.943810.3052
Yxy52.94380.38700.5131
Hunter Lab72.7625-29.382542.5366
CIE-Lab77.8418-30.019970.6521

#afcd2a color RGB value is (175,205,42).

#afcd2a hex color red value is 175, green value is 205 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #afcd2a hue: 0.20 , saturation: 0.66 and the lightness value of afcd2a is 0.48.

The process color (four color CMYK) of #afcd2a color hex is 0.15, 0.00, 0.80, 0.20. Web safe color of #afcd2a is #99cc33. Color #afcd2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001101 00101010
Octal 257 315 52
Decimal 175 205 42
Hex AF CD 2A

RGB Percentages of Color #afcd2a

%41.47
%48.58
%9.95

CMYK Percentages of Color #afcd2a

%15
%0
%80
%20

Triadic Colors of #afcd2a

#afcd2a #2aafcd #cd2aaf

Analogous Colors of #afcd2a

#afcd2a #5ecd2a #cd9a2a

Monochromatic Colors of #afcd2a

#afcd2a

Complementary Color

#afcd2a #482acd

#afcd2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcd2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcd2a Color CSS Codes

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

#afcd2a Text Font Color

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

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


#afcd2a Background Color

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

This div background color is #afcd2a


#afcd2a Border Color

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

This div border color is #afcd2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcd2a


Comments

No comments written yet.

Please login to write comment.