Color Hex Logo

#ddaa94 Color Hex

#DDAA94
(221,170,148)
0 Favorites   0 Comments

Color spaces of #ddaa94

RGB 221170148
HSL0.050.520.72
HSV18°33°87°
CMYK 0.000.230.33   0.13
XYZ49.538846.259734.3350
Yxy46.25970.38070.3555
Hunter Lab68.014510.986317.6794
CIE-Lab73.713715.685318.5483

#ddaa94 color RGB value is (221,170,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101010 10010100
Octal 335 252 224
Decimal 221 170 148
Hex DD AA 94

RGB Percentages of Color #ddaa94

%41.00
%31.54
%27.46

CMYK Percentages of Color #ddaa94

%0
%23
%33
%13

Triadic Colors of #ddaa94

#ddaa94 #94ddaa #aa94dd

Analogous Colors of #ddaa94

#ddaa94 #ddcf94 #dd94a3

Monochromatic Colors of #ddaa94

#ddaa94

Complementary Color

#ddaa94 #94c7dd

#ddaa94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaa94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaa94 Color CSS Codes

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

#ddaa94 Text Font Color

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

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


#ddaa94 Background Color

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

This div background color is #ddaa94


#ddaa94 Border Color

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

This div border color is #ddaa94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaa94


Comments

No comments written yet.

Please login to write comment.