Color Hex Logo

#accf5f Color Hex

#ACCF5F
(172,207,95)
0 Favorites   0 Comments

Color spaces of #accf5f

RGB 17220795
HSL0.220.540.59
HSV79°54°81°
CMYK 0.170.000.54   0.19
XYZ41.391654.222519.1109
Yxy54.22250.36080.4726
Hunter Lab73.6359-28.526036.1575
CIE-Lab78.5913-28.730951.1093

#accf5f color RGB value is (172,207,95).

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

The process color (four color CMYK) of #accf5f color hex is 0.17, 0.00, 0.54, 0.19. Web safe color of #accf5f is #99cc66. Color #accf5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001111 01011111
Octal 254 317 137
Decimal 172 207 95
Hex AC CF 5F

RGB Percentages of Color #accf5f

%36.29
%43.67
%20.04

CMYK Percentages of Color #accf5f

%17
%0
%54
%19

Triadic Colors of #accf5f

#accf5f #5faccf #cf5fac

Analogous Colors of #accf5f

#accf5f #74cf5f #cfba5f

Monochromatic Colors of #accf5f

#accf5f

Complementary Color

#accf5f #825fcf

#accf5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accf5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#accf5f Color CSS Codes

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

#accf5f Text Font Color

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

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


#accf5f Background Color

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

This div background color is #accf5f


#accf5f Border Color

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

This div border color is #accf5f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,207,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 #accf5f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accf5f


Comments

No comments written yet.

Please login to write comment.