Color Hex Logo

#acd398 Color Hex

#ACD398
(172,211,152)
0 Favorites   0 Comments

Color spaces of #acd398

RGB 172211152
HSL0.280.400.71
HSV100°28°83°
CMYK 0.180.000.28   0.17
XYZ45.975057.626238.4056
Yxy57.62620.32380.4058
Hunter Lab75.9119-24.739823.1422
CIE-Lab80.5305-23.587625.1213

#acd398 color RGB value is (172,211,152).

#acd398 hex color red value is 172, green value is 211 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #acd398 hue: 0.28 , saturation: 0.40 and the lightness value of acd398 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010011 10011000
Octal 254 323 230
Decimal 172 211 152
Hex AC D3 98

RGB Percentages of Color #acd398

%32.15
%39.44
%28.41

CMYK Percentages of Color #acd398

%18
%0
%28
%17

Triadic Colors of #acd398

#acd398 #98acd3 #d398ac

Analogous Colors of #acd398

#acd398 #98d3a2 #cad398

Monochromatic Colors of #acd398

#acd398

Complementary Color

#acd398 #bf98d3

#acd398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd398 Color CSS Codes

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

#acd398 Text Font Color

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

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


#acd398 Background Color

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

This div background color is #acd398


#acd398 Border Color

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

This div border color is #acd398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd398


Comments

No comments written yet.

Please login to write comment.