Color Hex Logo

#accea7 Color Hex

#ACCEA7
(172,206,167)
0 Favorites   0 Comments

Color spaces of #accea7

RGB 172206167
HSL0.310.280.73
HSV112°19°81°
CMYK 0.170.000.19   0.19
XYZ46.059655.703344.8834
Yxy55.70330.31410.3798
Hunter Lab74.6346-20.452116.5887
CIE-Lab79.4447-18.666515.7133

#accea7 color RGB value is (172,206,167).

#accea7 hex color red value is 172, green value is 206 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #accea7 hue: 0.31 , saturation: 0.28 and the lightness value of accea7 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001110 10100111
Octal 254 316 247
Decimal 172 206 167
Hex AC CE A7

RGB Percentages of Color #accea7

%31.56
%37.80
%30.64

CMYK Percentages of Color #accea7

%17
%0
%19
%19

Triadic Colors of #accea7

#accea7 #a7acce #cea7ac

Analogous Colors of #accea7

#accea7 #a7ceb6 #c0cea7

Monochromatic Colors of #accea7

#accea7

Complementary Color

#accea7 #c9a7ce

#accea7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accea7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accea7 Color CSS Codes

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

#accea7 Text Font Color

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

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


#accea7 Background Color

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

This div background color is #accea7


#accea7 Border Color

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

This div border color is #accea7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accea7


Comments

No comments written yet.

Please login to write comment.