Color Hex Logo

#ddd34e Color Hex

#DDD34E
(221,211,78)
0 Favorites   0 Comments

Color spaces of #ddd34e

RGB 22121178
HSL0.160.680.59
HSV56°65°87°
CMYK 0.000.050.65   0.13
XYZ54.488262.510716.4017
Yxy62.51070.40850.4686
Hunter Lab79.0637-15.345043.0449
CIE-Lab83.1843-12.158464.5915

#ddd34e color RGB value is (221,211,78).

#ddd34e hex color red value is 221, green value is 211 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ddd34e hue: 0.16 , saturation: 0.68 and the lightness value of ddd34e is 0.59.

The process color (four color CMYK) of #ddd34e color hex is 0.00, 0.05, 0.65, 0.13. Web safe color of #ddd34e is #cccc66. Color #ddd34e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010011 01001110
Octal 335 323 116
Decimal 221 211 78
Hex DD D3 4E

RGB Percentages of Color #ddd34e

%43.33
%41.37
%15.29

CMYK Percentages of Color #ddd34e

%0
%5
%65
%13

Triadic Colors of #ddd34e

#ddd34e #4eddd3 #d34edd

Analogous Colors of #ddd34e

#ddd34e #a0dd4e #dd8c4e

Monochromatic Colors of #ddd34e

#ddd34e

Complementary Color

#ddd34e #4e58dd

#ddd34e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd34e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd34e Color CSS Codes

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

#ddd34e Text Font Color

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

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


#ddd34e Background Color

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

This div background color is #ddd34e


#ddd34e Border Color

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

This div border color is #ddd34e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd34e


Comments

No comments written yet.

Please login to write comment.