Color Hex Logo

#dddd53 Color Hex

#DDDD53
(221,221,83)
0 Favorites   0 Comments

Color spaces of #dddd53

RGB 22122183
HSL0.170.670.60
HSV60°62°87°
CMYK 0.000.000.62   0.13
XYZ57.236667.709618.2362
Yxy67.70960.39970.4729
Hunter Lab82.2858-19.838744.4602
CIE-Lab85.8610-16.826865.3785

#dddd53 color RGB value is (221,221,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011101 01010011
Octal 335 335 123
Decimal 221 221 83
Hex DD DD 53

RGB Percentages of Color #dddd53

%42.10
%42.10
%15.81

CMYK Percentages of Color #dddd53

%0
%0
%62
%13

Triadic Colors of #dddd53

#dddd53 #53dddd #dd53dd

Analogous Colors of #dddd53

#dddd53 #98dd53 #dd9853

Monochromatic Colors of #dddd53

#dddd53

Complementary Color

#dddd53 #5353dd

#dddd53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddd53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddd53 Color CSS Codes

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

#dddd53 Text Font Color

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

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


#dddd53 Background Color

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

This div background color is #dddd53


#dddd53 Border Color

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

This div border color is #dddd53


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,221,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 #dddd53">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddd53


Comments

No comments written yet.

Please login to write comment.