Color Hex Logo

#adae69 Color Hex

#ADAE69
(173,174,105)
0 Favorites   0 Comments

Color spaces of #adae69

RGB 173174105
HSL0.170.300.55
HSV61°40°68°
CMYK 0.010.000.40   0.32
XYZ34.919440.176319.2789
Yxy40.17630.37000.4257
Hunter Lab63.3848-12.585726.3359
CIE-Lab69.5949-10.836635.2712

#adae69 color RGB value is (173,174,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101110 01101001
Octal 255 256 151
Decimal 173 174 105
Hex AD AE 69

RGB Percentages of Color #adae69

%38.27
%38.50
%23.23

CMYK Percentages of Color #adae69

%1
%0
%40
%32

Triadic Colors of #adae69

#adae69 #69adae #ae69ad

Analogous Colors of #adae69

#adae69 #8bae69 #ae8d69

Monochromatic Colors of #adae69

#adae69

Complementary Color

#adae69 #6a69ae

#adae69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adae69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adae69 Color CSS Codes

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

#adae69 Text Font Color

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

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


#adae69 Background Color

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

This div background color is #adae69


#adae69 Border Color

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

This div border color is #adae69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adae69


Comments

No comments written yet.

Please login to write comment.