Color Hex Logo

#acbc65 Color Hex

#ACBC65
(172,188,101)
0 Favorites   0 Comments

Color spaces of #acbc65

RGB 172188101
HSL0.200.390.57
HSV71°46°74°
CMYK 0.090.000.46   0.26
XYZ37.345445.676719.1601
Yxy45.67670.36550.4470
Hunter Lab67.5845-19.638630.5006
CIE-Lab73.3353-18.850741.9512

#acbc65 color RGB value is (172,188,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111100 01100101
Octal 254 274 145
Decimal 172 188 101
Hex AC BC 65

RGB Percentages of Color #acbc65

%37.31
%40.78
%21.91

CMYK Percentages of Color #acbc65

%9
%0
%46
%26

Triadic Colors of #acbc65

#acbc65 #65acbc #bc65ac

Analogous Colors of #acbc65

#acbc65 #81bc65 #bca165

Monochromatic Colors of #acbc65

#acbc65

Complementary Color

#acbc65 #7565bc

#acbc65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbc65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbc65 Color CSS Codes

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

#acbc65 Text Font Color

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

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


#acbc65 Background Color

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

This div background color is #acbc65


#acbc65 Border Color

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

This div border color is #acbc65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbc65


Comments

No comments written yet.

Please login to write comment.