Color Hex Logo

#ddab68 Color Hex

#DDAB68
(221,171,104)
0 Favorites   0 Comments

Color spaces of #ddab68

RGB 221171104
HSL0.100.630.64
HSV34°53°87°
CMYK 0.000.230.53   0.13
XYZ46.880445.497419.4077
Yxy45.49740.41940.4070
Hunter Lab67.45186.020730.1569
CIE-Lab73.218210.490841.2687

#ddab68 color RGB value is (221,171,104).

#ddab68 hex color red value is 221, green value is 171 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #ddab68 hue: 0.10 , saturation: 0.63 and the lightness value of ddab68 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 01101000
Octal 335 253 150
Decimal 221 171 104
Hex DD AB 68

RGB Percentages of Color #ddab68

%44.56
%34.48
%20.97

CMYK Percentages of Color #ddab68

%0
%23
%53
%13

Triadic Colors of #ddab68

#ddab68 #68ddab #ab68dd

Analogous Colors of #ddab68

#ddab68 #d5dd68 #dd7168

Monochromatic Colors of #ddab68

#ddab68

Complementary Color

#ddab68 #689add

#ddab68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddab68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddab68 Color CSS Codes

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

#ddab68 Text Font Color

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

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


#ddab68 Background Color

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

This div background color is #ddab68


#ddab68 Border Color

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

This div border color is #ddab68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddab68


Comments

No comments written yet.

Please login to write comment.