Color Hex Logo

#ddad10 Color Hex

#DDAD10
(221,173,16)
0 Favorites   0 Comments

Color spaces of #ddad10

RGB 22117316
HSL0.130.860.46
HSV46°93°87°
CMYK 0.000.220.93   0.13
XYZ44.855945.29676.8692
Yxy45.29670.46230.4669
Hunter Lab67.30281.186541.0606
CIE-Lab73.08685.286573.9798

#ddad10 color RGB value is (221,173,16).

#ddad10 hex color red value is 221, green value is 173 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #ddad10 hue: 0.13 , saturation: 0.86 and the lightness value of ddad10 is 0.46.

The process color (four color CMYK) of #ddad10 color hex is 0.00, 0.22, 0.93, 0.13. Web safe color of #ddad10 is #cc9900. Color #ddad10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101101 00010000
Octal 335 255 20
Decimal 221 173 16
Hex DD AD 10

RGB Percentages of Color #ddad10

%53.90
%42.20
%3.90

CMYK Percentages of Color #ddad10

%0
%22
%93
%13

Triadic Colors of #ddad10

#ddad10 #10ddad #ad10dd

Analogous Colors of #ddad10

#ddad10 #a7dd10 #dd4610

Monochromatic Colors of #ddad10

#ddad10

Complementary Color

#ddad10 #1040dd

#ddad10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddad10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddad10 Color CSS Codes

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

#ddad10 Text Font Color

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

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


#ddad10 Background Color

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

This div background color is #ddad10


#ddad10 Border Color

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

This div border color is #ddad10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddad10


Comments

No comments written yet.

Please login to write comment.