Color Hex Logo

#add074 Color Hex

#ADD074
(173,208,116)
0 Favorites   0 Comments

Color spaces of #add074

RGB 173208116
HSL0.230.490.64
HSV83°44°82°
CMYK 0.170.000.44   0.18
XYZ42.941855.256924.9254
Yxy55.25690.34880.4488
Hunter Lab74.3350-26.970432.1539
CIE-Lab79.1890-26.633941.7727

#add074 color RGB value is (173,208,116).

#add074 hex color red value is 173, green value is 208 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #add074 hue: 0.23 , saturation: 0.49 and the lightness value of add074 is 0.64.

The process color (four color CMYK) of #add074 color hex is 0.17, 0.00, 0.44, 0.18. Web safe color of #add074 is #99cc66. Color #add074 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010000 01110100
Octal 255 320 164
Decimal 173 208 116
Hex AD D0 74

RGB Percentages of Color #add074

%34.81
%41.85
%23.34

CMYK Percentages of Color #add074

%17
%0
%44
%18

Triadic Colors of #add074

#add074 #74add0 #d074ad

Analogous Colors of #add074

#add074 #7fd074 #d0c574

Monochromatic Colors of #add074

#add074

Complementary Color

#add074 #9774d0

#add074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add074 Color CSS Codes

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

#add074 Text Font Color

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

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


#add074 Background Color

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

This div background color is #add074


#add074 Border Color

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

This div border color is #add074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add074


Comments

No comments written yet.

Please login to write comment.