Color Hex Logo

#accd4f Color Hex

#ACCD4F
(172,205,79)
0 Favorites   0 Comments

Color spaces of #accd4f

RGB 17220579
HSL0.210.560.56
HSV76°61°80°
CMYK 0.160.000.61   0.20
XYZ40.255952.997815.5050
Yxy52.99780.37010.4873
Hunter Lab72.7996-28.694338.3320
CIE-Lab77.8737-29.136357.4111

#accd4f color RGB value is (172,205,79).

#accd4f hex color red value is 172, green value is 205 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #accd4f hue: 0.21 , saturation: 0.56 and the lightness value of accd4f is 0.56.

The process color (four color CMYK) of #accd4f color hex is 0.16, 0.00, 0.61, 0.20. Web safe color of #accd4f is #99cc66. Color #accd4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001101 01001111
Octal 254 315 117
Decimal 172 205 79
Hex AC CD 4F

RGB Percentages of Color #accd4f

%37.72
%44.96
%17.32

CMYK Percentages of Color #accd4f

%16
%0
%61
%20

Triadic Colors of #accd4f

#accd4f #4faccd #cd4fac

Analogous Colors of #accd4f

#accd4f #6dcd4f #cdaf4f

Monochromatic Colors of #accd4f

#accd4f

Complementary Color

#accd4f #704fcd

#accd4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accd4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#accd4f Color CSS Codes

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

#accd4f Text Font Color

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

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


#accd4f Background Color

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

This div background color is #accd4f


#accd4f Border Color

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

This div border color is #accd4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accd4f


Comments

No comments written yet.

Please login to write comment.