Color Hex Logo

#add225 Color Hex

#ADD225
(173,210,37)
0 Favorites   0 Comments

Color spaces of #add225

RGB 17321037
HSL0.200.700.48
HSV73°82°82°
CMYK 0.180.000.82   0.18
XYZ40.614155.111010.2472
Yxy55.11100.38330.5201
Hunter Lab74.2368-32.259143.7817
CIE-Lab79.1052-33.333973.0016

#add225 color RGB value is (173,210,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010010 00100101
Octal 255 322 45
Decimal 173 210 37
Hex AD D2 25

RGB Percentages of Color #add225

%41.19
%50.00
%8.81

CMYK Percentages of Color #add225

%18
%0
%82
%18

Triadic Colors of #add225

#add225 #25add2 #d225ad

Analogous Colors of #add225

#add225 #57d225 #d2a125

Monochromatic Colors of #add225

#add225

Complementary Color

#add225 #4a25d2

#add225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add225 Color CSS Codes

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

#add225 Text Font Color

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

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


#add225 Background Color

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

This div background color is #add225


#add225 Border Color

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

This div border color is #add225


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add225


Comments

No comments written yet.

Please login to write comment.