Color Hex Logo

#ddd28d Color Hex

#DDD28D
(221,210,141)
0 Favorites   0 Comments

Color spaces of #ddd28d

RGB 221210141
HSL0.140.540.71
HSV52°36°87°
CMYK 0.000.050.36   0.13
XYZ57.673163.388434.3948
Yxy63.38840.37100.4078
Hunter Lab79.6168-10.027030.1183
CIE-Lab83.6463-6.210035.5944

#ddd28d color RGB value is (221,210,141).

#ddd28d hex color red value is 221, green value is 210 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ddd28d hue: 0.14 , saturation: 0.54 and the lightness value of ddd28d is 0.71.

The process color (four color CMYK) of #ddd28d color hex is 0.00, 0.05, 0.36, 0.13. Web safe color of #ddd28d is #cccc99. Color #ddd28d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010010 10001101
Octal 335 322 215
Decimal 221 210 141
Hex DD D2 8D

RGB Percentages of Color #ddd28d

%38.64
%36.71
%24.65

CMYK Percentages of Color #ddd28d

%0
%5
%36
%13

Triadic Colors of #ddd28d

#ddd28d #8dddd2 #d28ddd

Analogous Colors of #ddd28d

#ddd28d #c0dd8d #ddaa8d

Monochromatic Colors of #ddd28d

#ddd28d

Complementary Color

#ddd28d #8d98dd

#ddd28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd28d Color CSS Codes

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

#ddd28d Text Font Color

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

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


#ddd28d Background Color

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

This div background color is #ddd28d


#ddd28d Border Color

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

This div border color is #ddd28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd28d


Comments

No comments written yet.

Please login to write comment.