Color Hex Logo

#accf66 Color Hex

#ACCF66
(172,207,102)
0 Favorites   0 Comments

Color spaces of #accf66

RGB 172207102
HSL0.220.520.61
HSV80°51°81°
CMYK 0.170.000.51   0.19
XYZ41.724454.355620.8629
Yxy54.35560.35680.4648
Hunter Lab73.7263-28.001234.8306
CIE-Lab78.6686-28.051347.9203

#accf66 color RGB value is (172,207,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001111 01100110
Octal 254 317 146
Decimal 172 207 102
Hex AC CF 66

RGB Percentages of Color #accf66

%35.76
%43.04
%21.21

CMYK Percentages of Color #accf66

%17
%0
%51
%19

Triadic Colors of #accf66

#accf66 #66accf #cf66ac

Analogous Colors of #accf66

#accf66 #78cf66 #cfbe66

Monochromatic Colors of #accf66

#accf66

Complementary Color

#accf66 #8966cf

#accf66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accf66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accf66 Color CSS Codes

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

#accf66 Text Font Color

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

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


#accf66 Background Color

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

This div background color is #accf66


#accf66 Border Color

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

This div border color is #accf66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accf66


Comments

No comments written yet.

Please login to write comment.