Color Hex Logo

#add67a Color Hex

#ADD67A
(173,214,122)
0 Favorites   0 Comments

Color spaces of #add67a

RGB 173214122
HSL0.240.530.66
HSV87°43°84°
CMYK 0.190.000.43   0.16
XYZ44.793058.382527.3205
Yxy58.38250.34330.4474
Hunter Lab76.4084-29.072532.2863
CIE-Lab80.9510-28.792841.0111

#add67a color RGB value is (173,214,122).

#add67a hex color red value is 173, green value is 214 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #add67a hue: 0.24 , saturation: 0.53 and the lightness value of add67a is 0.66.

The process color (four color CMYK) of #add67a color hex is 0.19, 0.00, 0.43, 0.16. Web safe color of #add67a is #99cc66. Color #add67a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010110 01111010
Octal 255 326 172
Decimal 173 214 122
Hex AD D6 7A

RGB Percentages of Color #add67a

%33.99
%42.04
%23.97

CMYK Percentages of Color #add67a

%19
%0
%43
%16

Triadic Colors of #add67a

#add67a #7aadd6 #d67aad

Analogous Colors of #add67a

#add67a #7fd67a #d6d17a

Monochromatic Colors of #add67a

#add67a

Complementary Color

#add67a #a37ad6

#add67a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add67a Color Preview on White Background

Lorem ipsum dolor sit amet.

#add67a Color CSS Codes

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

#add67a Text Font Color

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

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


#add67a Background Color

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

This div background color is #add67a


#add67a Border Color

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

This div border color is #add67a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add67a


Comments

No comments written yet.

Please login to write comment.