Color Hex Logo

#dda293 Color Hex

#DDA293
(221,162,147)
0 Favorites   0 Comments

Color spaces of #dda293

RGB 221162147
HSL0.030.520.72
HSV12°33°87°
CMYK 0.000.270.33   0.13
XYZ48.005643.319433.4351
Yxy43.31940.38480.3472
Hunter Lab65.817515.012815.9531
CIE-Lab71.771219.863516.3990

#dda293 color RGB value is (221,162,147).

#dda293 hex color red value is 221, green value is 162 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #dda293 hue: 0.03 , saturation: 0.52 and the lightness value of dda293 is 0.72.

The process color (four color CMYK) of #dda293 color hex is 0.00, 0.27, 0.33, 0.13. Web safe color of #dda293 is #cc9999. Color #dda293 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100010 10010011
Octal 335 242 223
Decimal 221 162 147
Hex DD A2 93

RGB Percentages of Color #dda293

%41.70
%30.57
%27.74

CMYK Percentages of Color #dda293

%0
%27
%33
%13

Triadic Colors of #dda293

#dda293 #93dda2 #a293dd

Analogous Colors of #dda293

#dda293 #ddc793 #dd93a9

Monochromatic Colors of #dda293

#dda293

Complementary Color

#dda293 #93cedd

#dda293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda293 Color CSS Codes

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

#dda293 Text Font Color

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

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


#dda293 Background Color

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

This div background color is #dda293


#dda293 Border Color

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

This div border color is #dda293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda293


Comments

No comments written yet.

Please login to write comment.