Color Hex Logo

#acbd53 Color Hex

#ACBD53
(172,189,83)
0 Favorites   0 Comments

Color spaces of #acbd53

RGB 17218983
HSL0.190.450.53
HSV70°56°74°
CMYK 0.090.000.56   0.26
XYZ36.772245.790415.0839
Yxy45.79040.37660.4689
Hunter Lab67.6686-21.420334.1518
CIE-Lab73.4093-21.053250.6681

#acbd53 color RGB value is (172,189,83).

#acbd53 hex color red value is 172, green value is 189 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #acbd53 hue: 0.19 , saturation: 0.45 and the lightness value of acbd53 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 01010011
Octal 254 275 123
Decimal 172 189 83
Hex AC BD 53

RGB Percentages of Color #acbd53

%38.74
%42.57
%18.69

CMYK Percentages of Color #acbd53

%9
%0
%56
%26

Triadic Colors of #acbd53

#acbd53 #53acbd #bd53ac

Analogous Colors of #acbd53

#acbd53 #77bd53 #bd9953

Monochromatic Colors of #acbd53

#acbd53

Complementary Color

#acbd53 #6453bd

#acbd53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbd53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbd53 Color CSS Codes

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

#acbd53 Text Font Color

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

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


#acbd53 Background Color

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

This div background color is #acbd53


#acbd53 Border Color

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

This div border color is #acbd53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbd53


Comments

No comments written yet.

Please login to write comment.