Color Hex Logo

#dddc52 Color Hex

#DDDC52
(221,220,82)
0 Favorites   0 Comments

Color spaces of #dddc52

RGB 22122082
HSL0.170.670.59
HSV60°63°87°
CMYK 0.000.000.63   0.13
XYZ56.935067.167717.9465
Yxy67.16770.40080.4728
Hunter Lab81.9559-19.418444.3860
CIE-Lab85.5886-16.395365.4956

#dddc52 color RGB value is (221,220,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011100 01010010
Octal 335 334 122
Decimal 221 220 82
Hex DD DC 52

RGB Percentages of Color #dddc52

%42.26
%42.07
%15.68

CMYK Percentages of Color #dddc52

%0
%0
%63
%13

Triadic Colors of #dddc52

#dddc52 #52dddc #dc52dd

Analogous Colors of #dddc52

#dddc52 #99dd52 #dd9752

Monochromatic Colors of #dddc52

#dddc52

Complementary Color

#dddc52 #5253dd

#dddc52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddc52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddc52 Color CSS Codes

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

#dddc52 Text Font Color

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

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


#dddc52 Background Color

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

This div background color is #dddc52


#dddc52 Border Color

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

This div border color is #dddc52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddc52


Comments

No comments written yet.

Please login to write comment.