Color Hex Logo

#ada341 Color Hex

#ADA341
(173,163,65)
0 Favorites   0 Comments

Color spaces of #ada341

RGB 17316365
HSL0.150.450.47
HSV54°62°68°
CMYK 0.000.060.62   0.32
XYZ31.284935.460310.1967
Yxy35.46030.40660.4609
Hunter Lab59.5486-10.431831.5316
CIE-Lab66.1055-8.678050.7380

#ada341 color RGB value is (173,163,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100011 01000001
Octal 255 243 101
Decimal 173 163 65
Hex AD A3 41

RGB Percentages of Color #ada341

%43.14
%40.65
%16.21

CMYK Percentages of Color #ada341

%0
%6
%62
%32

Triadic Colors of #ada341

#ada341 #41ada3 #a341ad

Analogous Colors of #ada341

#ada341 #81ad41 #ad6d41

Monochromatic Colors of #ada341

#ada341

Complementary Color

#ada341 #414bad

#ada341 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada341 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada341 Color CSS Codes

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

#ada341 Text Font Color

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

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


#ada341 Background Color

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

This div background color is #ada341


#ada341 Border Color

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

This div border color is #ada341


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada341


Comments

No comments written yet.

Please login to write comment.