Color Hex Logo

#accc6b Color Hex

#ACCC6B
(172,204,107)
0 Favorites   0 Comments

Color spaces of #accc6b

RGB 172204107
HSL0.220.490.61
HSV80°48°80°
CMYK 0.160.000.48   0.20
XYZ41.260053.017921.9688
Yxy53.01790.35490.4561
Hunter Lab72.8134-26.275733.0808
CIE-Lab77.8856-26.091144.5679

#accc6b color RGB value is (172,204,107).

#accc6b hex color red value is 172, green value is 204 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #accc6b hue: 0.22 , saturation: 0.49 and the lightness value of accc6b is 0.61.

The process color (four color CMYK) of #accc6b color hex is 0.16, 0.00, 0.48, 0.20. Web safe color of #accc6b is #99cc66. Color #accc6b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001100 01101011
Octal 254 314 153
Decimal 172 204 107
Hex AC CC 6B

RGB Percentages of Color #accc6b

%35.61
%42.24
%22.15

CMYK Percentages of Color #accc6b

%16
%0
%48
%20

Triadic Colors of #accc6b

#accc6b #6baccc #cc6bac

Analogous Colors of #accc6b

#accc6b #7ccc6b #ccbc6b

Monochromatic Colors of #accc6b

#accc6b

Complementary Color

#accc6b #8b6bcc

#accc6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accc6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#accc6b Color CSS Codes

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

#accc6b Text Font Color

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

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


#accc6b Background Color

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

This div background color is #accc6b


#accc6b Border Color

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

This div border color is #accc6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accc6b


Comments

No comments written yet.

Please login to write comment.