Color Hex Logo

#acc46b Color Hex

#ACC46B
(172,196,107)
0 Favorites   0 Comments

Color spaces of #acc46b

RGB 172196107
HSL0.210.430.59
HSV76°45°77°
CMYK 0.120.000.45   0.23
XYZ39.407049.312021.3511
Yxy49.31200.35800.4480
Hunter Lab70.2225-22.719931.1287
CIE-Lab75.6450-22.188141.8147

#acc46b color RGB value is (172,196,107).

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

The process color (four color CMYK) of #acc46b color hex is 0.12, 0.00, 0.45, 0.23. Web safe color of #acc46b is #99cc66. Color #acc46b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000100 01101011
Octal 254 304 153
Decimal 172 196 107
Hex AC C4 6B

RGB Percentages of Color #acc46b

%36.21
%41.26
%22.53

CMYK Percentages of Color #acc46b

%12
%0
%45
%23

Triadic Colors of #acc46b

#acc46b #6bacc4 #c46bac

Analogous Colors of #acc46b

#acc46b #80c46b #c4b06b

Monochromatic Colors of #acc46b

#acc46b

Complementary Color

#acc46b #836bc4

#acc46b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc46b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc46b Color CSS Codes

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

#acc46b Text Font Color

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

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


#acc46b Background Color

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

This div background color is #acc46b


#acc46b Border Color

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

This div border color is #acc46b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc46b


Comments

No comments written yet.

Please login to write comment.