Color Hex Logo

#acc16b Color Hex

#ACC16B
(172,193,107)
0 Favorites   0 Comments

Color spaces of #acc16b

RGB 172193107
HSL0.210.410.59
HSV75°45°76°
CMYK 0.110.000.45   0.24
XYZ38.737147.972121.1278
Yxy47.97210.35920.4449
Hunter Lab69.2619-21.376030.3974
CIE-Lab74.8073-20.702140.7769

#acc16b color RGB value is (172,193,107).

#acc16b hex color red value is 172, green value is 193 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #acc16b hue: 0.21 , saturation: 0.41 and the lightness value of acc16b is 0.59.

The process color (four color CMYK) of #acc16b color hex is 0.11, 0.00, 0.45, 0.24. Web safe color of #acc16b is #99cc66. Color #acc16b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000001 01101011
Octal 254 301 153
Decimal 172 193 107
Hex AC C1 6B

RGB Percentages of Color #acc16b

%36.44
%40.89
%22.67

CMYK Percentages of Color #acc16b

%11
%0
%45
%24

Triadic Colors of #acc16b

#acc16b #6bacc1 #c16bac

Analogous Colors of #acc16b

#acc16b #81c16b #c1ab6b

Monochromatic Colors of #acc16b

#acc16b

Complementary Color

#acc16b #806bc1

#acc16b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc16b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc16b Color CSS Codes

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

#acc16b Text Font Color

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

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


#acc16b Background Color

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

This div background color is #acc16b


#acc16b Border Color

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

This div border color is #acc16b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,193,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 #acc16b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc16b


Comments

No comments written yet.

Please login to write comment.