Color Hex Logo

#ddd484 Color Hex

#DDD484
(221,212,132)
0 Favorites   0 Comments

Color spaces of #ddd484

RGB 221212132
HSL0.150.570.69
HSV54°40°87°
CMYK 0.000.040.40   0.13
XYZ57.527164.125131.1752
Yxy64.12510.37640.4196
Hunter Lab80.0781-11.904732.9725
CIE-Lab84.0309-8.225040.6475

#ddd484 color RGB value is (221,212,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010100 10000100
Octal 335 324 204
Decimal 221 212 132
Hex DD D4 84

RGB Percentages of Color #ddd484

%39.12
%37.52
%23.36

CMYK Percentages of Color #ddd484

%0
%4
%40
%13

Triadic Colors of #ddd484

#ddd484 #84ddd4 #d484dd

Analogous Colors of #ddd484

#ddd484 #badd84 #dda884

Monochromatic Colors of #ddd484

#ddd484

Complementary Color

#ddd484 #848ddd

#ddd484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd484 Color CSS Codes

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

#ddd484 Text Font Color

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

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


#ddd484 Background Color

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

This div background color is #ddd484


#ddd484 Border Color

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

This div border color is #ddd484


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd484


Comments

No comments written yet.

Please login to write comment.