Color Hex Logo

#add320 Color Hex

#ADD320
(173,211,32)
0 Favorites   0 Comments

Color spaces of #add320

RGB 17321132
HSL0.200.740.48
HSV73°85°83°
CMYK 0.180.000.85   0.17
XYZ40.788655.57719.9442
Yxy55.57710.38370.5228
Hunter Lab74.5501-32.799844.2764
CIE-Lab79.3725-33.947774.3682

#add320 color RGB value is (173,211,32).

#add320 hex color red value is 173, green value is 211 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #add320 hue: 0.20 , saturation: 0.74 and the lightness value of add320 is 0.48.

The process color (four color CMYK) of #add320 color hex is 0.18, 0.00, 0.85, 0.17. Web safe color of #add320 is #99cc33. Color #add320 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010011 00100000
Octal 255 323 40
Decimal 173 211 32
Hex AD D3 20

RGB Percentages of Color #add320

%41.59
%50.72
%7.69

CMYK Percentages of Color #add320

%18
%0
%85
%17

Triadic Colors of #add320

#add320 #20add3 #d320ad

Analogous Colors of #add320

#add320 #54d320 #d3a020

Monochromatic Colors of #add320

#add320

Complementary Color

#add320 #4620d3

#add320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add320 Color CSS Codes

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

#add320 Text Font Color

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

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


#add320 Background Color

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

This div background color is #add320


#add320 Border Color

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

This div border color is #add320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add320


Comments

No comments written yet.

Please login to write comment.