Color Hex Logo

#adae91 Color Hex

#ADAE91
(173,174,145)
0 Favorites   0 Comments

Color spaces of #adae91

RGB 173174145
HSL0.170.150.63
HSV62°17°68°
CMYK 0.010.000.17   0.32
XYZ37.480541.200732.7652
Yxy41.20070.33630.3697
Hunter Lab64.1878-8.098914.6663
CIE-Lab70.3163-5.396914.7977

#adae91 color RGB value is (173,174,145).

#adae91 hex color red value is 173, green value is 174 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #adae91 hue: 0.17 , saturation: 0.15 and the lightness value of adae91 is 0.63.

The process color (four color CMYK) of #adae91 color hex is 0.01, 0.00, 0.17, 0.32. Web safe color of #adae91 is #999999. Color #adae91 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101110 10010001
Octal 255 256 221
Decimal 173 174 145
Hex AD AE 91

RGB Percentages of Color #adae91

%35.16
%35.37
%29.47

CMYK Percentages of Color #adae91

%1
%0
%17
%32

Triadic Colors of #adae91

#adae91 #91adae #ae91ad

Analogous Colors of #adae91

#adae91 #9fae91 #aea191

Monochromatic Colors of #adae91

#adae91

Complementary Color

#adae91 #9291ae

#adae91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adae91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adae91 Color CSS Codes

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

#adae91 Text Font Color

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

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


#adae91 Background Color

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

This div background color is #adae91


#adae91 Border Color

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

This div border color is #adae91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adae91


Comments

No comments written yet.

Please login to write comment.