Color Hex Logo

#accf6a Color Hex

#ACCF6A
(172,207,106)
0 Favorites   0 Comments

Color spaces of #accf6a

RGB 172207106
HSL0.220.510.61
HSV81°49°81°
CMYK 0.170.000.49   0.19
XYZ41.927654.436921.9332
Yxy54.43690.35440.4602
Hunter Lab73.7814-27.681534.0216
CIE-Lab78.7158-27.638746.0627

#accf6a color RGB value is (172,207,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001111 01101010
Octal 254 317 152
Decimal 172 207 106
Hex AC CF 6A

RGB Percentages of Color #accf6a

%35.46
%42.68
%21.86

CMYK Percentages of Color #accf6a

%17
%0
%49
%19

Triadic Colors of #accf6a

#accf6a #6aaccf #cf6aac

Analogous Colors of #accf6a

#accf6a #7acf6a #cfc06a

Monochromatic Colors of #accf6a

#accf6a

Complementary Color

#accf6a #8d6acf

#accf6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accf6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#accf6a Color CSS Codes

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

#accf6a Text Font Color

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

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


#accf6a Background Color

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

This div background color is #accf6a


#accf6a Border Color

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

This div border color is #accf6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accf6a


Comments

No comments written yet.

Please login to write comment.