Color Hex Logo

#add812 Color Hex

#ADD812
(173,216,18)
0 Favorites   0 Comments

Color spaces of #add812

RGB 17321618
HSL0.200.850.46
HSV73°92°85°
CMYK 0.200.000.92   0.15
XYZ41.898658.03969.5667
Yxy58.03960.38260.5300
Hunter Lab76.1837-35.152345.8833
CIE-Lab80.7608-36.541177.9162

#add812 color RGB value is (173,216,18).

#add812 hex color red value is 173, green value is 216 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #add812 hue: 0.20 , saturation: 0.85 and the lightness value of add812 is 0.46.

The process color (four color CMYK) of #add812 color hex is 0.20, 0.00, 0.92, 0.15. Web safe color of #add812 is #99cc00. Color #add812 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011000 00010010
Octal 255 330 22
Decimal 173 216 18
Hex AD D8 12

RGB Percentages of Color #add812

%42.51
%53.07
%4.42

CMYK Percentages of Color #add812

%20
%0
%92
%15

Triadic Colors of #add812

#add812 #12add8 #d812ad

Analogous Colors of #add812

#add812 #4ad812 #d8a012

Monochromatic Colors of #add812

#add812

Complementary Color

#add812 #3d12d8

#add812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add812 Color CSS Codes

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

#add812 Text Font Color

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

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


#add812 Background Color

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

This div background color is #add812


#add812 Border Color

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

This div border color is #add812


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(173,216,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #add812; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #add812;
  -webkit-box-shadow: 1px 1px 3px 2px #add812;
  box-shadow:         1px 1px 3px 2px #add812; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,216,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add812


Comments

No comments written yet.

Please login to write comment.