Color Hex Logo

#ddd248 Color Hex

#DDD248
(221,210,72)
0 Favorites   0 Comments

Color spaces of #ddd248

RGB 22121072
HSL0.150.690.57
HSV56°67°87°
CMYK 0.000.050.67   0.13
XYZ54.035161.933215.2372
Yxy61.93320.41180.4720
Hunter Lab78.6976-15.159943.6088
CIE-Lab82.8779-11.992366.6438

#ddd248 color RGB value is (221,210,72).

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

The process color (four color CMYK) of #ddd248 color hex is 0.00, 0.05, 0.67, 0.13. Web safe color of #ddd248 is #cccc33. Color #ddd248 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010010 01001000
Octal 335 322 110
Decimal 221 210 72
Hex DD D2 48

RGB Percentages of Color #ddd248

%43.94
%41.75
%14.31

CMYK Percentages of Color #ddd248

%0
%5
%67
%13

Triadic Colors of #ddd248

#ddd248 #48ddd2 #d248dd

Analogous Colors of #ddd248

#ddd248 #9edd48 #dd8848

Monochromatic Colors of #ddd248

#ddd248

Complementary Color

#ddd248 #4853dd

#ddd248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd248 Color CSS Codes

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

#ddd248 Text Font Color

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

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


#ddd248 Background Color

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

This div background color is #ddd248


#ddd248 Border Color

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

This div border color is #ddd248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd248


Comments

No comments written yet.

Please login to write comment.