Color Hex Logo

#dd935e Color Hex

#DD935E
(221,147,94)
0 Favorites   0 Comments

Color spaces of #dd935e

RGB 22114794
HSL0.070.650.62
HSV25°57°87°
CMYK 0.000.330.57   0.13
XYZ42.272937.047715.5126
Yxy37.04770.44580.3907
Hunter Lab60.866817.453927.4960
CIE-Lab67.312822.554239.1856

#dd935e color RGB value is (221,147,94).

#dd935e hex color red value is 221, green value is 147 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dd935e hue: 0.07 , saturation: 0.65 and the lightness value of dd935e is 0.62.

The process color (four color CMYK) of #dd935e color hex is 0.00, 0.33, 0.57, 0.13. Web safe color of #dd935e is #cc9966. Color #dd935e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010011 01011110
Octal 335 223 136
Decimal 221 147 94
Hex DD 93 5E

RGB Percentages of Color #dd935e

%47.84
%31.82
%20.35

CMYK Percentages of Color #dd935e

%0
%33
%57
%13

Triadic Colors of #dd935e

#dd935e #5edd93 #935edd

Analogous Colors of #dd935e

#dd935e #ddd35e #dd5e69

Monochromatic Colors of #dd935e

#dd935e

Complementary Color

#dd935e #5ea8dd

#dd935e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd935e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd935e Color CSS Codes

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

#dd935e Text Font Color

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

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


#dd935e Background Color

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

This div background color is #dd935e


#dd935e Border Color

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

This div border color is #dd935e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd935e


Comments

No comments written yet.

Please login to write comment.