Color Hex Logo

#ddd098 Color Hex

#DDD098
(221,208,152)
0 Favorites   0 Comments

Color spaces of #ddd098

RGB 221208152
HSL0.140.500.73
HSV49°31°87°
CMYK 0.000.060.31   0.13
XYZ58.042262.750938.7587
Yxy62.75090.36380.3933
Hunter Lab79.2155-7.837826.4413
CIE-Lab83.3111-3.864129.4837

#ddd098 color RGB value is (221,208,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010000 10011000
Octal 335 320 230
Decimal 221 208 152
Hex DD D0 98

RGB Percentages of Color #ddd098

%38.04
%35.80
%26.16

CMYK Percentages of Color #ddd098

%0
%6
%31
%13

Triadic Colors of #ddd098

#ddd098 #98ddd0 #d098dd

Analogous Colors of #ddd098

#ddd098 #c8dd98 #ddae98

Monochromatic Colors of #ddd098

#ddd098

Complementary Color

#ddd098 #98a5dd

#ddd098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd098 Color CSS Codes

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

#ddd098 Text Font Color

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

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


#ddd098 Background Color

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

This div background color is #ddd098


#ddd098 Border Color

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

This div border color is #ddd098


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,208,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 #ddd098">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd098


Comments

No comments written yet.

Please login to write comment.