Color Hex Logo

#ddae70 Color Hex

#DDAE70
(221,174,112)
0 Favorites   0 Comments

Color spaces of #ddae70

RGB 221174112
HSL0.090.620.65
HSV34°49°87°
CMYK 0.000.210.49   0.13
XYZ47.879546.814121.8417
Yxy46.81410.41090.4017
Hunter Lab68.42085.174228.9677
CIE-Lab74.07079.603038.2172

#ddae70 color RGB value is (221,174,112).

#ddae70 hex color red value is 221, green value is 174 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #ddae70 hue: 0.09 , saturation: 0.62 and the lightness value of ddae70 is 0.65.

The process color (four color CMYK) of #ddae70 color hex is 0.00, 0.21, 0.49, 0.13. Web safe color of #ddae70 is #cc9966. Color #ddae70 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 01110000
Octal 335 256 160
Decimal 221 174 112
Hex DD AE 70

RGB Percentages of Color #ddae70

%43.59
%34.32
%22.09

CMYK Percentages of Color #ddae70

%0
%21
%49
%13

Triadic Colors of #ddae70

#ddae70 #70ddae #ae70dd

Analogous Colors of #ddae70

#ddae70 #d6dd70 #dd7870

Monochromatic Colors of #ddae70

#ddae70

Complementary Color

#ddae70 #709fdd

#ddae70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddae70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddae70 Color CSS Codes

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

#ddae70 Text Font Color

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

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


#ddae70 Background Color

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

This div background color is #ddae70


#ddae70 Border Color

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

This div border color is #ddae70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddae70


Comments

No comments written yet.

Please login to write comment.