Color Hex Logo

#ddae53 Color Hex

#DDAE53
(221,174,83)
0 Favorites   0 Comments

Color spaces of #ddae53

RGB 22117483
HSL0.110.670.60
HSV40°62°87°
CMYK 0.000.210.62   0.13
XYZ46.516246.268814.6627
Yxy46.26880.43290.4306
Hunter Lab68.02123.030034.8342
CIE-Lab73.71967.303952.1754

#ddae53 color RGB value is (221,174,83).

#ddae53 hex color red value is 221, green value is 174 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #ddae53 hue: 0.11 , saturation: 0.67 and the lightness value of ddae53 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 01010011
Octal 335 256 123
Decimal 221 174 83
Hex DD AE 53

RGB Percentages of Color #ddae53

%46.23
%36.40
%17.36

CMYK Percentages of Color #ddae53

%0
%21
%62
%13

Triadic Colors of #ddae53

#ddae53 #53ddae #ae53dd

Analogous Colors of #ddae53

#ddae53 #c7dd53 #dd6953

Monochromatic Colors of #ddae53

#ddae53

Complementary Color

#ddae53 #5382dd

#ddae53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddae53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddae53 Color CSS Codes

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

#ddae53 Text Font Color

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

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


#ddae53 Background Color

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

This div background color is #ddae53


#ddae53 Border Color

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

This div border color is #ddae53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddae53


Comments

No comments written yet.

Please login to write comment.