Color Hex Logo

#acd303 Color Hex

#ACD303
(172,211,3)
0 Favorites   0 Comments

Color spaces of #acd303

RGB 1722113
HSL0.200.970.42
HSV71°99°83°
CMYK 0.180.000.99   0.17
XYZ40.324055.36588.6475
Yxy55.36580.38650.5306
Hunter Lab74.4082-33.479945.1952
CIE-Lab79.2515-34.863578.2581

#acd303 color RGB value is (172,211,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010011 00000011
Octal 254 323 3
Decimal 172 211 3
Hex AC D3 3

RGB Percentages of Color #acd303

%44.56
%54.66
%0.78

CMYK Percentages of Color #acd303

%18
%0
%99
%17

Triadic Colors of #acd303

#acd303 #03acd3 #d303ac

Analogous Colors of #acd303

#acd303 #44d303 #d39203

Monochromatic Colors of #acd303

#acd303

Complementary Color

#acd303 #2a03d3

#acd303 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd303 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd303 Color CSS Codes

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

#acd303 Text Font Color

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

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


#acd303 Background Color

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

This div background color is #acd303


#acd303 Border Color

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

This div border color is #acd303


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd303


Comments

No comments written yet.

Please login to write comment.