Color Hex Logo

#adae7b Color Hex

#ADAE7B
(173,174,123)
0 Favorites   0 Comments

Color spaces of #adae7b

RGB 173174123
HSL0.170.240.58
HSV61°29°68°
CMYK 0.010.000.29   0.32
XYZ35.944840.586424.6784
Yxy40.58640.35520.4010
Hunter Lab63.7075-10.775421.6280
CIE-Lab69.8852-8.616226.1371

#adae7b color RGB value is (173,174,123).

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

The process color (four color CMYK) of #adae7b color hex is 0.01, 0.00, 0.29, 0.32. Web safe color of #adae7b is #999966. Color #adae7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101110 01111011
Octal 255 256 173
Decimal 173 174 123
Hex AD AE 7B

RGB Percentages of Color #adae7b

%36.81
%37.02
%26.17

CMYK Percentages of Color #adae7b

%1
%0
%29
%32

Triadic Colors of #adae7b

#adae7b #7badae #ae7bad

Analogous Colors of #adae7b

#adae7b #94ae7b #ae967b

Monochromatic Colors of #adae7b

#adae7b

Complementary Color

#adae7b #7c7bae

#adae7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adae7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#adae7b Color CSS Codes

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

#adae7b Text Font Color

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

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


#adae7b Background Color

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

This div background color is #adae7b


#adae7b Border Color

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

This div border color is #adae7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adae7b


Comments

No comments written yet.

Please login to write comment.