Color Hex Logo

#ada253 Color Hex

#ADA253
(173,162,83)
0 Favorites   0 Comments

Color spaces of #ada253

RGB 17316283
HSL0.150.350.50
HSV53°52°68°
CMYK 0.000.060.52   0.32
XYZ31.715235.349413.3352
Yxy35.34940.39450.4397
Hunter Lab59.4554-8.829828.3206
CIE-Lab66.0198-6.733142.0920

#ada253 color RGB value is (173,162,83).

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

The process color (four color CMYK) of #ada253 color hex is 0.00, 0.06, 0.52, 0.32. Web safe color of #ada253 is #999966. Color #ada253 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100010 01010011
Octal 255 242 123
Decimal 173 162 83
Hex AD A2 53

RGB Percentages of Color #ada253

%41.39
%38.76
%19.86

CMYK Percentages of Color #ada253

%0
%6
%52
%32

Triadic Colors of #ada253

#ada253 #53ada2 #a253ad

Analogous Colors of #ada253

#ada253 #8bad53 #ad7553

Monochromatic Colors of #ada253

#ada253

Complementary Color

#ada253 #535ead

#ada253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada253 Color CSS Codes

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

#ada253 Text Font Color

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

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


#ada253 Background Color

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

This div background color is #ada253


#ada253 Border Color

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

This div border color is #ada253


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada253


Comments

No comments written yet.

Please login to write comment.