Color Hex Logo

#acbc67 Color Hex

#ACBC67
(172,188,103)
0 Favorites   0 Comments

Color spaces of #acbc67

RGB 172188103
HSL0.200.390.57
HSV71°45°74°
CMYK 0.090.000.45   0.26
XYZ37.444745.716419.6826
Yxy45.71640.36410.4445
Hunter Lab67.6139-19.470730.0702
CIE-Lab73.3611-18.637940.9861

#acbc67 color RGB value is (172,188,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111100 01100111
Octal 254 274 147
Decimal 172 188 103
Hex AC BC 67

RGB Percentages of Color #acbc67

%37.15
%40.60
%22.25

CMYK Percentages of Color #acbc67

%9
%0
%45
%26

Triadic Colors of #acbc67

#acbc67 #67acbc #bc67ac

Analogous Colors of #acbc67

#acbc67 #82bc67 #bca267

Monochromatic Colors of #acbc67

#acbc67

Complementary Color

#acbc67 #7767bc

#acbc67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbc67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbc67 Color CSS Codes

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

#acbc67 Text Font Color

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

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


#acbc67 Background Color

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

This div background color is #acbc67


#acbc67 Border Color

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

This div border color is #acbc67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbc67


Comments

No comments written yet.

Please login to write comment.