Color Hex Logo

#add376 Color Hex

#ADD376
(173,211,118)
0 Favorites   0 Comments

Color spaces of #add376

RGB 173211118
HSL0.230.510.65
HSV85°44°83°
CMYK 0.180.000.44   0.17
XYZ43.797956.780825.7909
Yxy56.78080.34660.4493
Hunter Lab75.3530-28.117232.4541
CIE-Lab80.0561-27.838641.8678

#add376 color RGB value is (173,211,118).

#add376 hex color red value is 173, green value is 211 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #add376 hue: 0.23 , saturation: 0.51 and the lightness value of add376 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010011 01110110
Octal 255 323 166
Decimal 173 211 118
Hex AD D3 76

RGB Percentages of Color #add376

%34.46
%42.03
%23.51

CMYK Percentages of Color #add376

%18
%0
%44
%17

Triadic Colors of #add376

#add376 #76add3 #d376ad

Analogous Colors of #add376

#add376 #7fd376 #d3cb76

Monochromatic Colors of #add376

#add376

Complementary Color

#add376 #9c76d3

#add376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add376 Color CSS Codes

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

#add376 Text Font Color

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

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


#add376 Background Color

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

This div background color is #add376


#add376 Border Color

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

This div border color is #add376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add376


Comments

No comments written yet.

Please login to write comment.