Color Hex Logo

#ddd490 Color Hex

#DDD490
(221,212,144)
0 Favorites   0 Comments

Color spaces of #ddd490

RGB 221212144
HSL0.150.530.72
HSV53°35°87°
CMYK 0.000.040.35   0.13
XYZ58.396364.472735.7522
Yxy64.47270.36810.4065
Hunter Lab80.2949-10.697929.8069
CIE-Lab84.2113-6.883134.7997

#ddd490 color RGB value is (221,212,144).

#ddd490 hex color red value is 221, green value is 212 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #ddd490 hue: 0.15 , saturation: 0.53 and the lightness value of ddd490 is 0.72.

The process color (four color CMYK) of #ddd490 color hex is 0.00, 0.04, 0.35, 0.13. Web safe color of #ddd490 is #cccc99. Color #ddd490 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010100 10010000
Octal 335 324 220
Decimal 221 212 144
Hex DD D4 90

RGB Percentages of Color #ddd490

%38.30
%36.74
%24.96

CMYK Percentages of Color #ddd490

%0
%4
%35
%13

Triadic Colors of #ddd490

#ddd490 #90ddd4 #d490dd

Analogous Colors of #ddd490

#ddd490 #c0dd90 #ddae90

Monochromatic Colors of #ddd490

#ddd490

Complementary Color

#ddd490 #9099dd

#ddd490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd490 Color CSS Codes

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

#ddd490 Text Font Color

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

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


#ddd490 Background Color

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

This div background color is #ddd490


#ddd490 Border Color

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

This div border color is #ddd490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd490


Comments

No comments written yet.

Please login to write comment.