Color Hex Logo

#accd2f Color Hex

#ACCD2F
(172,205,47)
0 Favorites   0 Comments

Color spaces of #accd2f

RGB 17220547
HSL0.200.630.49
HSV73°77°80°
CMYK 0.160.000.77   0.20
XYZ39.357752.638510.7752
Yxy52.63850.38300.5122
Hunter Lab72.5524-30.135341.9812
CIE-Lab77.6611-31.033568.9754

#accd2f color RGB value is (172,205,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001101 00101111
Octal 254 315 57
Decimal 172 205 47
Hex AC CD 2F

RGB Percentages of Color #accd2f

%40.57
%48.35
%11.08

CMYK Percentages of Color #accd2f

%16
%0
%77
%20

Triadic Colors of #accd2f

#accd2f #2faccd #cd2fac

Analogous Colors of #accd2f

#accd2f #5dcd2f #cd9f2f

Monochromatic Colors of #accd2f

#accd2f

Complementary Color

#accd2f #502fcd

#accd2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accd2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#accd2f Color CSS Codes

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

#accd2f Text Font Color

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

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


#accd2f Background Color

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

This div background color is #accd2f


#accd2f Border Color

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

This div border color is #accd2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accd2f


Comments

No comments written yet.

Please login to write comment.