Color Hex Logo

#accd7f Color Hex

#ACCD7F
(172,205,127)
0 Favorites   0 Comments

Color spaces of #accd7f

RGB 172205127
HSL0.240.440.65
HSV85°38°80°
CMYK 0.160.000.38   0.20
XYZ42.675353.965628.2458
Yxy53.96560.34170.4321
Hunter Lab73.4613-24.862628.6259
CIE-Lab78.4417-24.207935.2763

#accd7f color RGB value is (172,205,127).

#accd7f hex color red value is 172, green value is 205 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #accd7f hue: 0.24 , saturation: 0.44 and the lightness value of accd7f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001101 01111111
Octal 254 315 177
Decimal 172 205 127
Hex AC CD 7F

RGB Percentages of Color #accd7f

%34.13
%40.67
%25.20

CMYK Percentages of Color #accd7f

%16
%0
%38
%20

Triadic Colors of #accd7f

#accd7f #7faccd #cd7fac

Analogous Colors of #accd7f

#accd7f #85cd7f #cdc77f

Monochromatic Colors of #accd7f

#accd7f

Complementary Color

#accd7f #a07fcd

#accd7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accd7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#accd7f Color CSS Codes

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

#accd7f Text Font Color

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

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


#accd7f Background Color

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

This div background color is #accd7f


#accd7f Border Color

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

This div border color is #accd7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accd7f


Comments

No comments written yet.

Please login to write comment.