Color Hex Logo

#adae27 Color Hex

#ADAE27
(173,174,39)
0 Favorites   0 Comments

Color spaces of #adae27

RGB 17317439
HSL0.170.630.42
HSV60°78°68°
CMYK 0.010.000.78   0.32
XYZ32.735839.30287.7803
Yxy39.30280.41010.4924
Hunter Lab62.6919-16.503736.5263
CIE-Lab68.9700-15.768963.5069

#adae27 color RGB value is (173,174,39).

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

The process color (four color CMYK) of #adae27 color hex is 0.01, 0.00, 0.78, 0.32. Web safe color of #adae27 is #999933. Color #adae27 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101110 00100111
Octal 255 256 47
Decimal 173 174 39
Hex AD AE 27

RGB Percentages of Color #adae27

%44.82
%45.08
%10.10

CMYK Percentages of Color #adae27

%1
%0
%78
%32

Triadic Colors of #adae27

#adae27 #27adae #ae27ad

Analogous Colors of #adae27

#adae27 #6aae27 #ae6c27

Monochromatic Colors of #adae27

#adae27

Complementary Color

#adae27 #2827ae

#adae27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adae27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adae27 Color CSS Codes

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

#adae27 Text Font Color

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

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


#adae27 Background Color

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

This div background color is #adae27


#adae27 Border Color

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

This div border color is #adae27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adae27


Comments

No comments written yet.

Please login to write comment.