Color Hex Logo

#accd6f Color Hex

#ACCD6F
(172,205,111)
0 Favorites   0 Comments

Color spaces of #accd6f

RGB 172205111
HSL0.230.480.62
HSV81°46°80°
CMYK 0.160.000.46   0.20
XYZ41.713853.581023.1825
Yxy53.58100.35210.4522
Hunter Lab73.1990-26.376932.4619
CIE-Lab78.2168-26.135843.0173

#accd6f color RGB value is (172,205,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001101 01101111
Octal 254 315 157
Decimal 172 205 111
Hex AC CD 6F

RGB Percentages of Color #accd6f

%35.25
%42.01
%22.75

CMYK Percentages of Color #accd6f

%16
%0
%46
%20

Triadic Colors of #accd6f

#accd6f #6faccd #cd6fac

Analogous Colors of #accd6f

#accd6f #7dcd6f #cdbf6f

Monochromatic Colors of #accd6f

#accd6f

Complementary Color

#accd6f #906fcd

#accd6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accd6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#accd6f Color CSS Codes

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

#accd6f Text Font Color

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

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


#accd6f Background Color

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

This div background color is #accd6f


#accd6f Border Color

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

This div border color is #accd6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accd6f


Comments

No comments written yet.

Please login to write comment.