Color Hex Logo

#ddd54f Color Hex

#DDD54F
(221,213,79)
0 Favorites   0 Comments

Color spaces of #ddd54f

RGB 22121379
HSL0.160.680.59
HSV57°64°87°
CMYK 0.000.040.64   0.13
XYZ55.024363.525216.7586
Yxy63.52520.40670.4695
Hunter Lab79.7027-16.248843.3253
CIE-Lab83.7179-13.101064.7453

#ddd54f color RGB value is (221,213,79).

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

The process color (four color CMYK) of #ddd54f color hex is 0.00, 0.04, 0.64, 0.13. Web safe color of #ddd54f is #cccc66. Color #ddd54f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010101 01001111
Octal 335 325 117
Decimal 221 213 79
Hex DD D5 4F

RGB Percentages of Color #ddd54f

%43.08
%41.52
%15.40

CMYK Percentages of Color #ddd54f

%0
%4
%64
%13

Triadic Colors of #ddd54f

#ddd54f #4fddd5 #d54fdd

Analogous Colors of #ddd54f

#ddd54f #9edd4f #dd8e4f

Monochromatic Colors of #ddd54f

#ddd54f

Complementary Color

#ddd54f #4f57dd

#ddd54f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd54f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd54f Color CSS Codes

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

#ddd54f Text Font Color

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

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


#ddd54f Background Color

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

This div background color is #ddd54f


#ddd54f Border Color

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

This div border color is #ddd54f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd54f


Comments

No comments written yet.

Please login to write comment.