Color Hex Logo

#accd5f Color Hex

#ACCD5F
(172,205,95)
0 Favorites   0 Comments

Color spaces of #accd5f

RGB 17220595
HSL0.220.520.59
HSV78°54°80°
CMYK 0.160.000.54   0.20
XYZ40.910153.259518.9504
Yxy53.25950.36170.4708
Hunter Lab72.9791-27.651235.6896
CIE-Lab78.0280-27.778150.4524

#accd5f color RGB value is (172,205,95).

#accd5f hex color red value is 172, green value is 205 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #accd5f hue: 0.22 , saturation: 0.52 and the lightness value of accd5f is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001101 01011111
Octal 254 315 137
Decimal 172 205 95
Hex AC CD 5F

RGB Percentages of Color #accd5f

%36.44
%43.43
%20.13

CMYK Percentages of Color #accd5f

%16
%0
%54
%20

Triadic Colors of #accd5f

#accd5f #5faccd #cd5fac

Analogous Colors of #accd5f

#accd5f #75cd5f #cdb75f

Monochromatic Colors of #accd5f

#accd5f

Complementary Color

#accd5f #805fcd

#accd5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accd5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#accd5f Color CSS Codes

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

#accd5f Text Font Color

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

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


#accd5f Background Color

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

This div background color is #accd5f


#accd5f Border Color

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

This div border color is #accd5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accd5f


Comments

No comments written yet.

Please login to write comment.