Color Hex Logo

#dda194 Color Hex

#DDA194
(221,161,148)
0 Favorites   0 Comments

Color spaces of #dda194

RGB 221161148
HSL0.030.520.72
HSV11°33°87°
CMYK 0.000.270.33   0.13
XYZ47.909043.000033.7917
Yxy43.00000.38420.3448
Hunter Lab65.574415.657915.3488
CIE-Lab71.555020.528315.5481

#dda194 color RGB value is (221,161,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100001 10010100
Octal 335 241 224
Decimal 221 161 148
Hex DD A1 94

RGB Percentages of Color #dda194

%41.70
%30.38
%27.92

CMYK Percentages of Color #dda194

%0
%27
%33
%13

Triadic Colors of #dda194

#dda194 #94dda1 #a194dd

Analogous Colors of #dda194

#dda194 #ddc694 #dd94ac

Monochromatic Colors of #dda194

#dda194

Complementary Color

#dda194 #94d0dd

#dda194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda194 Color CSS Codes

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

#dda194 Text Font Color

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

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


#dda194 Background Color

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

This div background color is #dda194


#dda194 Border Color

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

This div border color is #dda194


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,161,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 #dda194">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda194


Comments

No comments written yet.

Please login to write comment.