Color Hex Logo

#acd098 Color Hex

#ACD098
(172,208,152)
0 Favorites   0 Comments

Color spaces of #acd098

RGB 172208152
HSL0.270.370.71
HSV99°27°82°
CMYK 0.170.000.27   0.18
XYZ45.236656.149438.1595
Yxy56.14940.32420.4024
Hunter Lab74.9329-23.373122.2597
CIE-Lab79.6988-22.115023.9897

#acd098 color RGB value is (172,208,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010000 10011000
Octal 254 320 230
Decimal 172 208 152
Hex AC D0 98

RGB Percentages of Color #acd098

%32.33
%39.10
%28.57

CMYK Percentages of Color #acd098

%17
%0
%27
%18

Triadic Colors of #acd098

#acd098 #98acd0 #d098ac

Analogous Colors of #acd098

#acd098 #98d0a0 #c8d098

Monochromatic Colors of #acd098

#acd098

Complementary Color

#acd098 #bc98d0

#acd098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd098 Color CSS Codes

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

#acd098 Text Font Color

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

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


#acd098 Background Color

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

This div background color is #acd098


#acd098 Border Color

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

This div border color is #acd098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd098


Comments

No comments written yet.

Please login to write comment.