Color Hex Logo

#ada027 Color Hex

#ADA027
(173,160,39)
0 Favorites   0 Comments

Color spaces of #ada027

RGB 17316039
HSL0.150.630.42
HSV54°77°68°
CMYK 0.000.080.77   0.32
XYZ30.170634.17236.9252
Yxy34.17230.42330.4795
Hunter Lab58.4571-10.173333.8961
CIE-Lab65.0991-8.488659.9921

#ada027 color RGB value is (173,160,39).

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

The process color (four color CMYK) of #ada027 color hex is 0.00, 0.08, 0.77, 0.32. Web safe color of #ada027 is #999933. Color #ada027 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100000 00100111
Octal 255 240 47
Decimal 173 160 39
Hex AD A0 27

RGB Percentages of Color #ada027

%46.51
%43.01
%10.48

CMYK Percentages of Color #ada027

%0
%8
%77
%32

Triadic Colors of #ada027

#ada027 #27ada0 #a027ad

Analogous Colors of #ada027

#ada027 #77ad27 #ad5d27

Monochromatic Colors of #ada027

#ada027

Complementary Color

#ada027 #2734ad

#ada027 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada027 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada027 Color CSS Codes

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

#ada027 Text Font Color

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

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


#ada027 Background Color

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

This div background color is #ada027


#ada027 Border Color

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

This div border color is #ada027


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada027


Comments

No comments written yet.

Please login to write comment.