Color Hex Logo

#ddae07 Color Hex

#DDAE07
(221,174,7)
0 Favorites   0 Comments

Color spaces of #ddae07

RGB 2211747
HSL0.130.940.45
HSV47°97°87°
CMYK 0.000.210.97   0.13
XYZ44.993245.65966.6428
Yxy45.65960.46240.4693
Hunter Lab67.57190.604641.4717
CIE-Lab73.32414.660575.2734

#ddae07 color RGB value is (221,174,7).

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

The process color (four color CMYK) of #ddae07 color hex is 0.00, 0.21, 0.97, 0.13. Web safe color of #ddae07 is #cc9900. Color #ddae07 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 00000111
Octal 335 256 7
Decimal 221 174 7
Hex DD AE 7

RGB Percentages of Color #ddae07

%54.98
%43.28
%1.74

CMYK Percentages of Color #ddae07

%0
%21
%97
%13

Triadic Colors of #ddae07

#ddae07 #07ddae #ae07dd

Analogous Colors of #ddae07

#ddae07 #a1dd07 #dd4307

Monochromatic Colors of #ddae07

#ddae07

Complementary Color

#ddae07 #0736dd

#ddae07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddae07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddae07 Color CSS Codes

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

#ddae07 Text Font Color

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

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


#ddae07 Background Color

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

This div background color is #ddae07


#ddae07 Border Color

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

This div border color is #ddae07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddae07


Comments

No comments written yet.

Please login to write comment.