Color Hex Logo

#acd107 Color Hex

#ACD107
(172,209,7)
0 Favorites   0 Comments

Color spaces of #acd107

RGB 1722097
HSL0.200.940.42
HSV71°97°82°
CMYK 0.180.000.97   0.18
XYZ39.852154.38698.5983
Yxy54.38690.38750.5289
Hunter Lab73.7475-32.599244.7105
CIE-Lab78.6868-33.900777.4478

#acd107 color RGB value is (172,209,7).

#acd107 hex color red value is 172, green value is 209 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #acd107 hue: 0.20 , saturation: 0.94 and the lightness value of acd107 is 0.42.

The process color (four color CMYK) of #acd107 color hex is 0.18, 0.00, 0.97, 0.18. Web safe color of #acd107 is #99cc00. Color #acd107 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010001 00000111
Octal 254 321 7
Decimal 172 209 7
Hex AC D1 7

RGB Percentages of Color #acd107

%44.33
%53.87
%1.80

CMYK Percentages of Color #acd107

%18
%0
%97
%18

Triadic Colors of #acd107

#acd107 #07acd1 #d107ac

Analogous Colors of #acd107

#acd107 #47d107 #d19107

Monochromatic Colors of #acd107

#acd107

Complementary Color

#acd107 #2c07d1

#acd107 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd107 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd107 Color CSS Codes

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

#acd107 Text Font Color

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

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


#acd107 Background Color

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

This div background color is #acd107


#acd107 Border Color

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

This div border color is #acd107


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd107


Comments

No comments written yet.

Please login to write comment.