Color Hex Logo

#accea8 Color Hex

#ACCEA8
(172,206,168)
1 Favorites   0 Comments

Color spaces of #accea8

RGB 172206168
HSL0.320.280.73
HSV114°18°81°
CMYK 0.170.000.18   0.19
XYZ46.152455.740445.3723
Yxy55.74040.31340.3785
Hunter Lab74.6595-20.310416.2297
CIE-Lab79.4658-18.494315.2113

#accea8 color RGB value is (172,206,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001110 10101000
Octal 254 316 250
Decimal 172 206 168
Hex AC CE A8

RGB Percentages of Color #accea8

%31.50
%37.73
%30.77

CMYK Percentages of Color #accea8

%17
%0
%18
%19

Triadic Colors of #accea8

#accea8 #a8acce #cea8ac

Analogous Colors of #accea8

#accea8 #a8ceb7 #bfcea8

Monochromatic Colors of #accea8

#accea8

Complementary Color

#accea8 #caa8ce

#accea8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accea8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accea8 Color CSS Codes

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

#accea8 Text Font Color

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

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


#accea8 Background Color

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

This div background color is #accea8


#accea8 Border Color

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

This div border color is #accea8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accea8


Comments

No comments written yet.

Please login to write comment.