Color Hex Logo

#add394 Color Hex

#ADD394
(173,211,148)
0 Favorites   0 Comments

Color spaces of #add394

RGB 173211148
HSL0.270.420.70
HSV96°30°83°
CMYK 0.180.000.30   0.17
XYZ45.873157.610936.7192
Yxy57.61090.32720.4109
Hunter Lab75.9018-24.947524.4484
CIE-Lab80.5220-23.840927.2059

#add394 color RGB value is (173,211,148).

#add394 hex color red value is 173, green value is 211 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #add394 hue: 0.27 , saturation: 0.42 and the lightness value of add394 is 0.70.

The process color (four color CMYK) of #add394 color hex is 0.18, 0.00, 0.30, 0.17. Web safe color of #add394 is #99cc99. Color #add394 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010011 10010100
Octal 255 323 224
Decimal 173 211 148
Hex AD D3 94

RGB Percentages of Color #add394

%32.52
%39.66
%27.82

CMYK Percentages of Color #add394

%18
%0
%30
%17

Triadic Colors of #add394

#add394 #94add3 #d394ad

Analogous Colors of #add394

#add394 #94d39b #cdd394

Monochromatic Colors of #add394

#add394

Complementary Color

#add394 #ba94d3

#add394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add394 Color CSS Codes

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

#add394 Text Font Color

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

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


#add394 Background Color

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

This div background color is #add394


#add394 Border Color

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

This div border color is #add394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add394


Comments

No comments written yet.

Please login to write comment.