Color Hex Logo

#dda004 Color Hex

#DDA004
(221,160,4)
0 Favorites   0 Comments

Color spaces of #dda004

RGB 2211604
HSL0.120.960.44
HSV43°98°87°
CMYK 0.000.280.98   0.13
XYZ42.411540.52255.7012
Yxy40.52250.47850.4572
Hunter Lab63.65737.524939.2500
CIE-Lab69.840112.077473.1776

#dda004 color RGB value is (221,160,4).

#dda004 hex color red value is 221, green value is 160 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #dda004 hue: 0.12 , saturation: 0.96 and the lightness value of dda004 is 0.44.

The process color (four color CMYK) of #dda004 color hex is 0.00, 0.28, 0.98, 0.13. Web safe color of #dda004 is #cc9900. Color #dda004 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 00000100
Octal 335 240 4
Decimal 221 160 4
Hex DD A0 4

RGB Percentages of Color #dda004

%57.40
%41.56
%1.04

CMYK Percentages of Color #dda004

%0
%28
%98
%13

Triadic Colors of #dda004

#dda004 #04dda0 #a004dd

Analogous Colors of #dda004

#dda004 #aedd04 #dd3404

Monochromatic Colors of #dda004

#dda004

Complementary Color

#dda004 #0441dd

#dda004 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda004 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda004 Color CSS Codes

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

#dda004 Text Font Color

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

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


#dda004 Background Color

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

This div background color is #dda004


#dda004 Border Color

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

This div border color is #dda004


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda004


Comments

No comments written yet.

Please login to write comment.