Color Hex Logo

#acbd49 Color Hex

#ACBD49
(172,189,73)
0 Favorites   0 Comments

Color spaces of #acbd49

RGB 17218973
HSL0.190.470.51
HSV69°61°74°
CMYK 0.090.000.61   0.26
XYZ36.413545.646913.1949
Yxy45.64690.38230.4792
Hunter Lab67.5625-22.029935.7145
CIE-Lab73.3158-21.838755.0209

#acbd49 color RGB value is (172,189,73).

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

The process color (four color CMYK) of #acbd49 color hex is 0.09, 0.00, 0.61, 0.26. Web safe color of #acbd49 is #99cc33. Color #acbd49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 01001001
Octal 254 275 111
Decimal 172 189 73
Hex AC BD 49

RGB Percentages of Color #acbd49

%39.63
%43.55
%16.82

CMYK Percentages of Color #acbd49

%9
%0
%61
%26

Triadic Colors of #acbd49

#acbd49 #49acbd #bd49ac

Analogous Colors of #acbd49

#acbd49 #72bd49 #bd9449

Monochromatic Colors of #acbd49

#acbd49

Complementary Color

#acbd49 #5a49bd

#acbd49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbd49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbd49 Color CSS Codes

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

#acbd49 Text Font Color

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

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


#acbd49 Background Color

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

This div background color is #acbd49


#acbd49 Border Color

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

This div border color is #acbd49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbd49


Comments

No comments written yet.

Please login to write comment.