Color Hex Logo

#ada938 Color Hex

#ADA938
(173,169,56)
0 Favorites   0 Comments

Color spaces of #ada938

RGB 17316956
HSL0.160.510.45
HSV58°68°68°
CMYK 0.000.020.68   0.32
XYZ32.135437.54579.2947
Yxy37.54570.40690.4754
Hunter Lab61.2745-13.616233.8985
CIE-Lab67.6844-12.383456.2215

#ada938 color RGB value is (173,169,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101001 00111000
Octal 255 251 70
Decimal 173 169 56
Hex AD A9 38

RGB Percentages of Color #ada938

%43.47
%42.46
%14.07

CMYK Percentages of Color #ada938

%0
%2
%68
%32

Triadic Colors of #ada938

#ada938 #38ada9 #a938ad

Analogous Colors of #ada938

#ada938 #77ad38 #ad6f38

Monochromatic Colors of #ada938

#ada938

Complementary Color

#ada938 #383cad

#ada938 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada938 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada938 Color CSS Codes

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

#ada938 Text Font Color

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

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


#ada938 Background Color

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

This div background color is #ada938


#ada938 Border Color

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

This div border color is #ada938


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada938


Comments

No comments written yet.

Please login to write comment.