Color Hex Logo

#ddd158 Color Hex

#DDD158
(221,209,88)
0 Favorites   0 Comments

Color spaces of #ddd158

RGB 22120988
HSL0.150.660.61
HSV55°60°87°
CMYK 0.000.050.60   0.13
XYZ54.380761.677718.2713
Yxy61.67770.40480.4592
Hunter Lab78.5352-13.836441.1807
CIE-Lab82.7417-10.524259.9297

#ddd158 color RGB value is (221,209,88).

#ddd158 hex color red value is 221, green value is 209 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #ddd158 hue: 0.15 , saturation: 0.66 and the lightness value of ddd158 is 0.61.

The process color (four color CMYK) of #ddd158 color hex is 0.00, 0.05, 0.60, 0.13. Web safe color of #ddd158 is #cccc66. Color #ddd158 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010001 01011000
Octal 335 321 130
Decimal 221 209 88
Hex DD D1 58

RGB Percentages of Color #ddd158

%42.66
%40.35
%16.99

CMYK Percentages of Color #ddd158

%0
%5
%60
%13

Triadic Colors of #ddd158

#ddd158 #58ddd1 #d158dd

Analogous Colors of #ddd158

#ddd158 #a7dd58 #dd8f58

Monochromatic Colors of #ddd158

#ddd158

Complementary Color

#ddd158 #5864dd

#ddd158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd158 Color CSS Codes

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

#ddd158 Text Font Color

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

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


#ddd158 Background Color

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

This div background color is #ddd158


#ddd158 Border Color

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

This div border color is #ddd158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd158


Comments

No comments written yet.

Please login to write comment.