Color Hex Logo

#ddab50 Color Hex

#DDAB50
(221,171,80)
0 Favorites   0 Comments

Color spaces of #ddab50

RGB 22117180
HSL0.110.670.59
HSV39°64°87°
CMYK 0.000.230.64   0.13
XYZ45.829745.077213.8747
Yxy45.07720.43740.4302
Hunter Lab67.13964.350534.7451
CIE-Lab72.94278.704752.7063

#ddab50 color RGB value is (221,171,80).

#ddab50 hex color red value is 221, green value is 171 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #ddab50 hue: 0.11 , saturation: 0.67 and the lightness value of ddab50 is 0.59.

The process color (four color CMYK) of #ddab50 color hex is 0.00, 0.23, 0.64, 0.13. Web safe color of #ddab50 is #cc9966. Color #ddab50 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 01010000
Octal 335 253 120
Decimal 221 171 80
Hex DD AB 50

RGB Percentages of Color #ddab50

%46.82
%36.23
%16.95

CMYK Percentages of Color #ddab50

%0
%23
%64
%13

Triadic Colors of #ddab50

#ddab50 #50ddab #ab50dd

Analogous Colors of #ddab50

#ddab50 #c9dd50 #dd6550

Monochromatic Colors of #ddab50

#ddab50

Complementary Color

#ddab50 #5082dd

#ddab50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddab50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddab50 Color CSS Codes

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

#ddab50 Text Font Color

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

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


#ddab50 Background Color

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

This div background color is #ddab50


#ddab50 Border Color

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

This div border color is #ddab50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddab50


Comments

No comments written yet.

Please login to write comment.