Color Hex Logo

#ddab10 Color Hex

#DDAB10
(221,171,16)
0 Favorites   0 Comments

Color spaces of #ddab10

RGB 22117116
HSL0.130.860.46
HSV45°93°87°
CMYK 0.000.230.93   0.13
XYZ44.475244.53546.7423
Yxy44.53540.46450.4651
Hunter Lab66.73482.174740.7243
CIE-Lab72.58496.345573.6078

#ddab10 color RGB value is (221,171,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 00010000
Octal 335 253 20
Decimal 221 171 16
Hex DD AB 10

RGB Percentages of Color #ddab10

%54.17
%41.91
%3.92

CMYK Percentages of Color #ddab10

%0
%23
%93
%13

Triadic Colors of #ddab10

#ddab10 #10ddab #ab10dd

Analogous Colors of #ddab10

#ddab10 #a9dd10 #dd4510

Monochromatic Colors of #ddab10

#ddab10

Complementary Color

#ddab10 #1042dd

#ddab10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddab10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddab10 Color CSS Codes

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

#ddab10 Text Font Color

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

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


#ddab10 Background Color

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

This div background color is #ddab10


#ddab10 Border Color

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

This div border color is #ddab10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddab10


Comments

No comments written yet.

Please login to write comment.