Color Hex Logo

#acbd66 Color Hex

#ACBD66
(172,189,102)
0 Favorites   0 Comments

Color spaces of #acbd66

RGB 172189102
HSL0.200.400.57
HSV72°46°74°
CMYK 0.090.000.46   0.26
XYZ37.609146.125219.4912
Yxy46.12520.36430.4468
Hunter Lab67.9155-20.005530.5251
CIE-Lab73.6267-19.247041.8118

#acbd66 color RGB value is (172,189,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 01100110
Octal 254 275 146
Decimal 172 189 102
Hex AC BD 66

RGB Percentages of Color #acbd66

%37.15
%40.82
%22.03

CMYK Percentages of Color #acbd66

%9
%0
%46
%26

Triadic Colors of #acbd66

#acbd66 #66acbd #bd66ac

Analogous Colors of #acbd66

#acbd66 #81bd66 #bda366

Monochromatic Colors of #acbd66

#acbd66

Complementary Color

#acbd66 #7766bd

#acbd66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbd66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbd66 Color CSS Codes

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

#acbd66 Text Font Color

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

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


#acbd66 Background Color

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

This div background color is #acbd66


#acbd66 Border Color

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

This div border color is #acbd66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbd66


Comments

No comments written yet.

Please login to write comment.