Color Hex Logo

#ada038 Color Hex

#ADA038
(173,160,56)
0 Favorites   0 Comments

Color spaces of #ada038

RGB 17316056
HSL0.150.510.45
HSV53°68°68°
CMYK 0.000.080.68   0.32
XYZ30.518234.31148.7557
Yxy34.31140.41470.4663
Hunter Lab58.5759-9.509032.1407
CIE-Lab65.2090-7.657453.6898

#ada038 color RGB value is (173,160,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100000 00111000
Octal 255 240 70
Decimal 173 160 56
Hex AD A0 38

RGB Percentages of Color #ada038

%44.47
%41.13
%14.40

CMYK Percentages of Color #ada038

%0
%8
%68
%32

Triadic Colors of #ada038

#ada038 #38ada0 #a038ad

Analogous Colors of #ada038

#ada038 #80ad38 #ad6638

Monochromatic Colors of #ada038

#ada038

Complementary Color

#ada038 #3845ad

#ada038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada038 Color CSS Codes

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

#ada038 Text Font Color

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

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


#ada038 Background Color

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

This div background color is #ada038


#ada038 Border Color

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

This div border color is #ada038


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada038


Comments

No comments written yet.

Please login to write comment.