Color Hex Logo

#ada23c Color Hex

#ADA23C
(173,162,60)
0 Favorites   0 Comments

Color spaces of #ada23c

RGB 17316260
HSL0.150.480.46
HSV54°65°68°
CMYK 0.000.060.65   0.32
XYZ30.969535.05119.4082
Yxy35.05110.41060.4647
Hunter Lab59.2040-10.233932.0209
CIE-Lab65.7884-8.475552.5956

#ada23c color RGB value is (173,162,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100010 00111100
Octal 255 242 74
Decimal 173 162 60
Hex AD A2 3C

RGB Percentages of Color #ada23c

%43.80
%41.01
%15.19

CMYK Percentages of Color #ada23c

%0
%6
%65
%32

Triadic Colors of #ada23c

#ada23c #3cada2 #a23cad

Analogous Colors of #ada23c

#ada23c #80ad3c #ad6a3c

Monochromatic Colors of #ada23c

#ada23c

Complementary Color

#ada23c #3c47ad

#ada23c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada23c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada23c Color CSS Codes

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

#ada23c Text Font Color

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

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


#ada23c Background Color

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

This div background color is #ada23c


#ada23c Border Color

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

This div border color is #ada23c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada23c


Comments

No comments written yet.

Please login to write comment.