Color Hex Logo

#acce69 Color Hex

#ACCE69
(172,206,105)
0 Favorites   0 Comments

Color spaces of #acce69

RGB 172206105
HSL0.220.510.61
HSV80°49°81°
CMYK 0.170.000.49   0.19
XYZ41.634453.933221.5804
Yxy53.93320.35540.4604
Hunter Lab73.4392-27.322933.9849
CIE-Lab78.4228-27.264946.1895

#acce69 color RGB value is (172,206,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001110 01101001
Octal 254 316 151
Decimal 172 206 105
Hex AC CE 69

RGB Percentages of Color #acce69

%35.61
%42.65
%21.74

CMYK Percentages of Color #acce69

%17
%0
%49
%19

Triadic Colors of #acce69

#acce69 #69acce #ce69ac

Analogous Colors of #acce69

#acce69 #7ace69 #cebe69

Monochromatic Colors of #acce69

#acce69

Complementary Color

#acce69 #8b69ce

#acce69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acce69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acce69 Color CSS Codes

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

#acce69 Text Font Color

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

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


#acce69 Background Color

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

This div background color is #acce69


#acce69 Border Color

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

This div border color is #acce69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acce69


Comments

No comments written yet.

Please login to write comment.