Color Hex Logo

#acdc6b Color Hex

#ACDC6B
(172,220,107)
0 Favorites   0 Comments

Color spaces of #acdc6b

RGB 172220107
HSL0.240.620.64
HSV85°51°86°
CMYK 0.220.000.51   0.14
XYZ45.260361.018623.3022
Yxy61.01860.34930.4709
Hunter Lab78.1144-33.275436.9934
CIE-Lab82.3887-33.641650.0052

#acdc6b color RGB value is (172,220,107).

#acdc6b hex color red value is 172, green value is 220 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #acdc6b hue: 0.24 , saturation: 0.62 and the lightness value of acdc6b is 0.64.

The process color (four color CMYK) of #acdc6b color hex is 0.22, 0.00, 0.51, 0.14. Web safe color of #acdc6b is #99cc66. Color #acdc6b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011100 01101011
Octal 254 334 153
Decimal 172 220 107
Hex AC DC 6B

RGB Percentages of Color #acdc6b

%34.47
%44.09
%21.44

CMYK Percentages of Color #acdc6b

%22
%0
%51
%14

Triadic Colors of #acdc6b

#acdc6b #6bacdc #dc6bac

Analogous Colors of #acdc6b

#acdc6b #74dc6b #dcd46b

Monochromatic Colors of #acdc6b

#acdc6b

Complementary Color

#acdc6b #9b6bdc

#acdc6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdc6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdc6b Color CSS Codes

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

#acdc6b Text Font Color

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

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


#acdc6b Background Color

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

This div background color is #acdc6b


#acdc6b Border Color

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

This div border color is #acdc6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdc6b


Comments

No comments written yet.

Please login to write comment.