Color Hex Logo

#accd1f Color Hex

#ACCD1F
(172,205,31)
0 Favorites   0 Comments

Color spaces of #accd1f

RGB 17220531
HSL0.200.740.46
HSV71°85°80°
CMYK 0.160.000.85   0.20
XYZ39.091952.53229.3757
Yxy52.53220.38700.5201
Hunter Lab72.4791-30.563743.0658
CIE-Lab77.5980-31.602473.0588

#accd1f color RGB value is (172,205,31).

#accd1f hex color red value is 172, green value is 205 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #accd1f hue: 0.20 , saturation: 0.74 and the lightness value of accd1f is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001101 00011111
Octal 254 315 37
Decimal 172 205 31
Hex AC CD 1F

RGB Percentages of Color #accd1f

%42.16
%50.25
%7.60

CMYK Percentages of Color #accd1f

%16
%0
%85
%20

Triadic Colors of #accd1f

#accd1f #1faccd #cd1fac

Analogous Colors of #accd1f

#accd1f #55cd1f #cd971f

Monochromatic Colors of #accd1f

#accd1f

Complementary Color

#accd1f #401fcd

#accd1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accd1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#accd1f Color CSS Codes

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

#accd1f Text Font Color

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

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


#accd1f Background Color

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

This div background color is #accd1f


#accd1f Border Color

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

This div border color is #accd1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accd1f


Comments

No comments written yet.

Please login to write comment.