Color Hex Logo

#acbd62 Color Hex

#ACBD62
(172,189,98)
0 Favorites   0 Comments

Color spaces of #acbd62

RGB 17218998
HSL0.200.410.56
HSV71°48°74°
CMYK 0.090.000.48   0.26
XYZ37.415546.047718.4714
Yxy46.04770.36710.4517
Hunter Lab67.8585-20.331731.3619
CIE-Lab73.5765-19.661443.7263

#acbd62 color RGB value is (172,189,98).

#acbd62 hex color red value is 172, green value is 189 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #acbd62 hue: 0.20 , saturation: 0.41 and the lightness value of acbd62 is 0.56.

The process color (four color CMYK) of #acbd62 color hex is 0.09, 0.00, 0.48, 0.26. Web safe color of #acbd62 is #99cc66. Color #acbd62 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 01100010
Octal 254 275 142
Decimal 172 189 98
Hex AC BD 62

RGB Percentages of Color #acbd62

%37.47
%41.18
%21.35

CMYK Percentages of Color #acbd62

%9
%0
%48
%26

Triadic Colors of #acbd62

#acbd62 #62acbd #bd62ac

Analogous Colors of #acbd62

#acbd62 #7fbd62 #bda162

Monochromatic Colors of #acbd62

#acbd62

Complementary Color

#acbd62 #7362bd

#acbd62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbd62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbd62 Color CSS Codes

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

#acbd62 Text Font Color

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

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


#acbd62 Background Color

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

This div background color is #acbd62


#acbd62 Border Color

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

This div border color is #acbd62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbd62


Comments

No comments written yet.

Please login to write comment.