Color Hex Logo

#ddb394 Color Hex

#DDB394
(221,179,148)
0 Favorites   0 Comments

Color spaces of #ddb394

RGB 221179148
HSL0.070.520.72
HSV25°33°87°
CMYK 0.000.190.33   0.13
XYZ51.284249.750534.9168
Yxy49.75050.37720.3659
Hunter Lab70.53406.350020.0232
CIE-Lab75.915910.864721.5805

#ddb394 color RGB value is (221,179,148).

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

The process color (four color CMYK) of #ddb394 color hex is 0.00, 0.19, 0.33, 0.13. Web safe color of #ddb394 is #cccc99. Color #ddb394 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110011 10010100
Octal 335 263 224
Decimal 221 179 148
Hex DD B3 94

RGB Percentages of Color #ddb394

%40.33
%32.66
%27.01

CMYK Percentages of Color #ddb394

%0
%19
%33
%13

Triadic Colors of #ddb394

#ddb394 #94ddb3 #b394dd

Analogous Colors of #ddb394

#ddb394 #ddd894 #dd949a

Monochromatic Colors of #ddb394

#ddb394

Complementary Color

#ddb394 #94bedd

#ddb394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb394 Color CSS Codes

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

#ddb394 Text Font Color

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

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


#ddb394 Background Color

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

This div background color is #ddb394


#ddb394 Border Color

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

This div border color is #ddb394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb394


Comments

No comments written yet.

Please login to write comment.