Color Hex Logo

#ada348 Color Hex

#ADA348
(173,163,72)
0 Favorites   0 Comments

Color spaces of #ada348

RGB 17316372
HSL0.150.410.48
HSV54°58°68°
CMYK 0.000.060.58   0.32
XYZ31.500535.546511.3318
Yxy35.54650.40190.4535
Hunter Lab59.6209-10.026730.4657
CIE-Lab66.1720-8.173347.6003

#ada348 color RGB value is (173,163,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100011 01001000
Octal 255 243 110
Decimal 173 163 72
Hex AD A3 48

RGB Percentages of Color #ada348

%42.40
%39.95
%17.65

CMYK Percentages of Color #ada348

%0
%6
%58
%32

Triadic Colors of #ada348

#ada348 #48ada3 #a348ad

Analogous Colors of #ada348

#ada348 #85ad48 #ad7148

Monochromatic Colors of #ada348

#ada348

Complementary Color

#ada348 #4852ad

#ada348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada348 Color CSS Codes

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

#ada348 Text Font Color

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

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


#ada348 Background Color

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

This div background color is #ada348


#ada348 Border Color

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

This div border color is #ada348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada348


Comments

No comments written yet.

Please login to write comment.