Color Hex Logo

#accd3f Color Hex

#ACCD3F
(172,205,63)
0 Favorites   0 Comments

Color spaces of #accd3f

RGB 17220563
HSL0.210.590.53
HSV74°69°80°
CMYK 0.160.000.69   0.20
XYZ39.741852.792212.7979
Yxy52.79220.37730.5012
Hunter Lab72.6582-29.518040.4175
CIE-Lab77.7522-30.217763.6724

#accd3f color RGB value is (172,205,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001101 00111111
Octal 254 315 77
Decimal 172 205 63
Hex AC CD 3F

RGB Percentages of Color #accd3f

%39.09
%46.59
%14.32

CMYK Percentages of Color #accd3f

%16
%0
%69
%20

Triadic Colors of #accd3f

#accd3f #3faccd #cd3fac

Analogous Colors of #accd3f

#accd3f #65cd3f #cda73f

Monochromatic Colors of #accd3f

#accd3f

Complementary Color

#accd3f #603fcd

#accd3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accd3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#accd3f Color CSS Codes

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

#accd3f Text Font Color

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

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


#accd3f Background Color

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

This div background color is #accd3f


#accd3f Border Color

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

This div border color is #accd3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accd3f


Comments

No comments written yet.

Please login to write comment.