Color Hex Logo

#adca95 Color Hex

#ADCA95
(173,202,149)
0 Favorites   0 Comments

Color spaces of #adca95

RGB 173202149
HSL0.260.330.69
HSV93°26°79°
CMYK 0.140.000.26   0.21
XYZ43.778953.295236.4134
Yxy53.29520.32800.3993
Hunter Lab73.0036-20.713021.5293
CIE-Lab78.0490-19.242923.3297

#adca95 color RGB value is (173,202,149).

#adca95 hex color red value is 173, green value is 202 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #adca95 hue: 0.26 , saturation: 0.33 and the lightness value of adca95 is 0.69.

The process color (four color CMYK) of #adca95 color hex is 0.14, 0.00, 0.26, 0.21. Web safe color of #adca95 is #99cc99. Color #adca95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001010 10010101
Octal 255 312 225
Decimal 173 202 149
Hex AD CA 95

RGB Percentages of Color #adca95

%33.02
%38.55
%28.44

CMYK Percentages of Color #adca95

%14
%0
%26
%21

Triadic Colors of #adca95

#adca95 #95adca #ca95ad

Analogous Colors of #adca95

#adca95 #95ca98 #c8ca95

Monochromatic Colors of #adca95

#adca95

Complementary Color

#adca95 #b295ca

#adca95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adca95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adca95 Color CSS Codes

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

#adca95 Text Font Color

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

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


#adca95 Background Color

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

This div background color is #adca95


#adca95 Border Color

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

This div border color is #adca95


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,202,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 #adca95">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adca95


Comments

No comments written yet.

Please login to write comment.