Color Hex Logo

#accda8 Color Hex

#ACCDA8
(172,205,168)
0 Favorites   0 Comments

Color spaces of #accda8

RGB 172205168
HSL0.320.270.73
HSV114°18°80°
CMYK 0.160.000.18   0.20
XYZ45.912555.260545.2923
Yxy55.26050.31350.3773
Hunter Lab74.3374-19.844715.9120
CIE-Lab79.1911-17.992014.8254

#accda8 color RGB value is (172,205,168).

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

The process color (four color CMYK) of #accda8 color hex is 0.16, 0.00, 0.18, 0.20. Web safe color of #accda8 is #99cc99. Color #accda8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001101 10101000
Octal 254 315 250
Decimal 172 205 168
Hex AC CD A8

RGB Percentages of Color #accda8

%31.56
%37.61
%30.83

CMYK Percentages of Color #accda8

%16
%0
%18
%20

Triadic Colors of #accda8

#accda8 #a8accd #cda8ac

Analogous Colors of #accda8

#accda8 #a8cdb7 #bfcda8

Monochromatic Colors of #accda8

#accda8

Complementary Color

#accda8 #c9a8cd

#accda8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accda8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accda8 Color CSS Codes

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

#accda8 Text Font Color

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

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


#accda8 Background Color

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

This div background color is #accda8


#accda8 Border Color

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

This div border color is #accda8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,205,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 #accda8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accda8


Comments

No comments written yet.

Please login to write comment.