Color Hex Logo

#ada240 Color Hex

#ADA240
(173,162,64)
0 Favorites   0 Comments

Color spaces of #ada240

RGB 17316264
HSL0.150.460.46
HSV54°63°68°
CMYK 0.000.060.63   0.32
XYZ31.079335.09519.9865
Yxy35.09510.40810.4608
Hunter Lab59.2411-10.026631.4740
CIE-Lab65.8226-8.216850.8788

#ada240 color RGB value is (173,162,64).

#ada240 hex color red value is 173, green value is 162 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #ada240 hue: 0.15 , saturation: 0.46 and the lightness value of ada240 is 0.46.

The process color (four color CMYK) of #ada240 color hex is 0.00, 0.06, 0.63, 0.32. Web safe color of #ada240 is #999933. Color #ada240 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100010 01000000
Octal 255 242 100
Decimal 173 162 64
Hex AD A2 40

RGB Percentages of Color #ada240

%43.36
%40.60
%16.04

CMYK Percentages of Color #ada240

%0
%6
%63
%32

Triadic Colors of #ada240

#ada240 #40ada2 #a240ad

Analogous Colors of #ada240

#ada240 #82ad40 #ad6c40

Monochromatic Colors of #ada240

#ada240

Complementary Color

#ada240 #404bad

#ada240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada240 Color CSS Codes

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

#ada240 Text Font Color

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

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


#ada240 Background Color

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

This div background color is #ada240


#ada240 Border Color

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

This div border color is #ada240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada240


Comments

No comments written yet.

Please login to write comment.