Color Hex Logo

#add323 Color Hex

#ADD323
(173,211,35)
0 Favorites   0 Comments

Color spaces of #add323

RGB 17321135
HSL0.200.720.48
HSV73°83°83°
CMYK 0.180.000.83   0.17
XYZ40.831255.594110.1688
Yxy55.59410.38310.5215
Hunter Lab74.5615-32.732744.1070
CIE-Lab79.3822-33.858473.7119

#add323 color RGB value is (173,211,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010011 00100011
Octal 255 323 43
Decimal 173 211 35
Hex AD D3 23

RGB Percentages of Color #add323

%41.29
%50.36
%8.35

CMYK Percentages of Color #add323

%18
%0
%83
%17

Triadic Colors of #add323

#add323 #23add3 #d323ad

Analogous Colors of #add323

#add323 #55d323 #d3a123

Monochromatic Colors of #add323

#add323

Complementary Color

#add323 #4923d3

#add323 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add323 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add323 Color CSS Codes

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

#add323 Text Font Color

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

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


#add323 Background Color

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

This div background color is #add323


#add323 Border Color

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

This div border color is #add323


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add323


Comments

No comments written yet.

Please login to write comment.