Color Hex Logo

#ddac08 Color Hex

#DDAC08
(221,172,8)
0 Favorites   0 Comments

Color spaces of #ddac08

RGB 2211728
HSL0.130.930.45
HSV46°96°87°
CMYK 0.000.220.96   0.13
XYZ44.615144.89476.5438
Yxy44.89470.46450.4674
Hunter Lab67.00351.600341.1120
CIE-Lab72.82255.728074.8017

#ddac08 color RGB value is (221,172,8).

#ddac08 hex color red value is 221, green value is 172 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #ddac08 hue: 0.13 , saturation: 0.93 and the lightness value of ddac08 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101100 00001000
Octal 335 254 10
Decimal 221 172 8
Hex DD AC 8

RGB Percentages of Color #ddac08

%55.11
%42.89
%2.00

CMYK Percentages of Color #ddac08

%0
%22
%96
%13

Triadic Colors of #ddac08

#ddac08 #08ddac #ac08dd

Analogous Colors of #ddac08

#ddac08 #a4dd08 #dd4208

Monochromatic Colors of #ddac08

#ddac08

Complementary Color

#ddac08 #0839dd

#ddac08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddac08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddac08 Color CSS Codes

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

#ddac08 Text Font Color

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

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


#ddac08 Background Color

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

This div background color is #ddac08


#ddac08 Border Color

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

This div border color is #ddac08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddac08


Comments

No comments written yet.

Please login to write comment.