Color Hex Logo

#ddd298 Color Hex

#DDD298
(221,210,152)
0 Favorites   0 Comments

Color spaces of #ddd298

RGB 221210152
HSL0.140.500.73
HSV50°31°87°
CMYK 0.000.050.31   0.13
XYZ58.532963.732338.9223
Yxy63.73230.36310.3954
Hunter Lab79.8325-8.831426.9759
CIE-Lab83.8262-4.892130.1726

#ddd298 color RGB value is (221,210,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010010 10011000
Octal 335 322 230
Decimal 221 210 152
Hex DD D2 98

RGB Percentages of Color #ddd298

%37.91
%36.02
%26.07

CMYK Percentages of Color #ddd298

%0
%5
%31
%13

Triadic Colors of #ddd298

#ddd298 #98ddd2 #d298dd

Analogous Colors of #ddd298

#ddd298 #c6dd98 #ddb098

Monochromatic Colors of #ddd298

#ddd298

Complementary Color

#ddd298 #98a3dd

#ddd298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd298 Color CSS Codes

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

#ddd298 Text Font Color

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

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


#ddd298 Background Color

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

This div background color is #ddd298


#ddd298 Border Color

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

This div border color is #ddd298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd298


Comments

No comments written yet.

Please login to write comment.