Color Hex Logo

#accd2a Color Hex

#ACCD2A
(172,205,42)
0 Favorites   0 Comments

Color spaces of #accd2a

RGB 17220542
HSL0.200.660.48
HSV72°80°80°
CMYK 0.160.000.80   0.20
XYZ39.262552.600510.2740
Yxy52.60050.38440.5150
Hunter Lab72.5262-30.288842.3694
CIE-Lab77.6385-31.237170.3937

#accd2a color RGB value is (172,205,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001101 00101010
Octal 254 315 52
Decimal 172 205 42
Hex AC CD 2A

RGB Percentages of Color #accd2a

%41.05
%48.93
%10.02

CMYK Percentages of Color #accd2a

%16
%0
%80
%20

Triadic Colors of #accd2a

#accd2a #2aaccd #cd2aac

Analogous Colors of #accd2a

#accd2a #5bcd2a #cd9d2a

Monochromatic Colors of #accd2a

#accd2a

Complementary Color

#accd2a #4b2acd

#accd2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accd2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#accd2a Color CSS Codes

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

#accd2a Text Font Color

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

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


#accd2a Background Color

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

This div background color is #accd2a


#accd2a Border Color

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

This div border color is #accd2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accd2a


Comments

No comments written yet.

Please login to write comment.