Color Hex Logo

#ddd050 Color Hex

#DDD050
(221,208,80)
0 Favorites   0 Comments

Color spaces of #ddd050

RGB 22120880
HSL0.150.670.59
HSV54°64°87°
CMYK 0.000.060.64   0.13
XYZ53.822661.063116.5390
Yxy61.06310.40950.4646
Hunter Lab78.1429-13.804342.1512
CIE-Lab82.4127-10.530762.9650

#ddd050 color RGB value is (221,208,80).

#ddd050 hex color red value is 221, green value is 208 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #ddd050 hue: 0.15 , saturation: 0.67 and the lightness value of ddd050 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010000 01010000
Octal 335 320 120
Decimal 221 208 80
Hex DD D0 50

RGB Percentages of Color #ddd050

%43.42
%40.86
%15.72

CMYK Percentages of Color #ddd050

%0
%6
%64
%13

Triadic Colors of #ddd050

#ddd050 #50ddd0 #d050dd

Analogous Colors of #ddd050

#ddd050 #a4dd50 #dd8a50

Monochromatic Colors of #ddd050

#ddd050

Complementary Color

#ddd050 #505ddd

#ddd050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd050 Color CSS Codes

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

#ddd050 Text Font Color

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

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


#ddd050 Background Color

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

This div background color is #ddd050


#ddd050 Border Color

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

This div border color is #ddd050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd050


Comments

No comments written yet.

Please login to write comment.