Color Hex Logo

#dddd98 Color Hex

#DDDD98
(221,221,152)
0 Favorites   0 Comments

Color spaces of #dddd98

RGB 221221152
HSL0.170.500.73
HSV60°31°87°
CMYK 0.000.000.31   0.13
XYZ61.342769.352139.8589
Yxy69.35210.35970.4066
Hunter Lab83.2779-14.252829.9169
CIE-Lab86.6781-10.484133.9602

#dddd98 color RGB value is (221,221,152).

#dddd98 hex color red value is 221, green value is 221 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #dddd98 hue: 0.17 , saturation: 0.50 and the lightness value of dddd98 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011101 10011000
Octal 335 335 230
Decimal 221 221 152
Hex DD DD 98

RGB Percentages of Color #dddd98

%37.21
%37.21
%25.59

CMYK Percentages of Color #dddd98

%0
%0
%31
%13

Triadic Colors of #dddd98

#dddd98 #98dddd #dd98dd

Analogous Colors of #dddd98

#dddd98 #bbdd98 #ddbb98

Monochromatic Colors of #dddd98

#dddd98

Complementary Color

#dddd98 #9898dd

#dddd98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddd98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddd98 Color CSS Codes

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

#dddd98 Text Font Color

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

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


#dddd98 Background Color

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

This div background color is #dddd98


#dddd98 Border Color

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

This div border color is #dddd98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddd98


Comments

No comments written yet.

Please login to write comment.