Color Hex Logo

#acbd70 Color Hex

#ACBD70
(172,189,112)
0 Favorites   0 Comments

Color spaces of #acbd70

RGB 172189112
HSL0.200.370.59
HSV73°41°74°
CMYK 0.090.000.41   0.26
XYZ38.135546.335722.2630
Yxy46.33570.35730.4341
Hunter Lab68.0703-19.120828.2579
CIE-Lab73.7628-18.129136.9384

#acbd70 color RGB value is (172,189,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 01110000
Octal 254 275 160
Decimal 172 189 112
Hex AC BD 70

RGB Percentages of Color #acbd70

%36.36
%39.96
%23.68

CMYK Percentages of Color #acbd70

%9
%0
%41
%26

Triadic Colors of #acbd70

#acbd70 #70acbd #bd70ac

Analogous Colors of #acbd70

#acbd70 #86bd70 #bda870

Monochromatic Colors of #acbd70

#acbd70

Complementary Color

#acbd70 #8170bd

#acbd70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbd70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbd70 Color CSS Codes

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

#acbd70 Text Font Color

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

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


#acbd70 Background Color

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

This div background color is #acbd70


#acbd70 Border Color

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

This div border color is #acbd70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbd70


Comments

No comments written yet.

Please login to write comment.