Color Hex Logo

#add695 Color Hex

#ADD695
(173,214,149)
0 Favorites   0 Comments

Color spaces of #add695

RGB 173214149
HSL0.270.440.71
HSV98°30°84°
CMYK 0.190.000.30   0.16
XYZ46.705059.147337.3887
Yxy59.14730.32610.4129
Hunter Lab76.9073-26.186525.0111
CIE-Lab81.3725-25.150327.8314

#add695 color RGB value is (173,214,149).

#add695 hex color red value is 173, green value is 214 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #add695 hue: 0.27 , saturation: 0.44 and the lightness value of add695 is 0.71.

The process color (four color CMYK) of #add695 color hex is 0.19, 0.00, 0.30, 0.16. Web safe color of #add695 is #99cc99. Color #add695 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010110 10010101
Octal 255 326 225
Decimal 173 214 149
Hex AD D6 95

RGB Percentages of Color #add695

%32.28
%39.93
%27.80

CMYK Percentages of Color #add695

%19
%0
%30
%16

Triadic Colors of #add695

#add695 #95add6 #d695ad

Analogous Colors of #add695

#add695 #95d69e #ced695

Monochromatic Colors of #add695

#add695

Complementary Color

#add695 #be95d6

#add695 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add695 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add695 Color CSS Codes

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

#add695 Text Font Color

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

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


#add695 Background Color

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

This div background color is #add695


#add695 Border Color

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

This div border color is #add695


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add695


Comments

No comments written yet.

Please login to write comment.