Color Hex Logo

#ddd083 Color Hex

#DDD083
(221,208,131)
0 Favorites   0 Comments

Color spaces of #ddd083

RGB 221208131
HSL0.140.570.69
HSV51°41°87°
CMYK 0.000.060.41   0.13
XYZ56.471462.122630.4872
Yxy62.12260.37880.4167
Hunter Lab78.8179-10.039732.2388
CIE-Lab82.9786-6.292439.8101

#ddd083 color RGB value is (221,208,131).

#ddd083 hex color red value is 221, green value is 208 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #ddd083 hue: 0.14 , saturation: 0.57 and the lightness value of ddd083 is 0.69.

The process color (four color CMYK) of #ddd083 color hex is 0.00, 0.06, 0.41, 0.13. Web safe color of #ddd083 is #cccc99. Color #ddd083 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010000 10000011
Octal 335 320 203
Decimal 221 208 131
Hex DD D0 83

RGB Percentages of Color #ddd083

%39.46
%37.14
%23.39

CMYK Percentages of Color #ddd083

%0
%6
%41
%13

Triadic Colors of #ddd083

#ddd083 #83ddd0 #d083dd

Analogous Colors of #ddd083

#ddd083 #bddd83 #dda383

Monochromatic Colors of #ddd083

#ddd083

Complementary Color

#ddd083 #8390dd

#ddd083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd083 Color CSS Codes

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

#ddd083 Text Font Color

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

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


#ddd083 Background Color

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

This div background color is #ddd083


#ddd083 Border Color

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

This div border color is #ddd083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd083


Comments

No comments written yet.

Please login to write comment.