Color Hex Logo

#ddb094 Color Hex

#DDB094
(221,176,148)
0 Favorites   0 Comments

Color spaces of #ddb094

RGB 221176148
HSL0.060.520.72
HSV23°33°87°
CMYK 0.000.200.33   0.13
XYZ50.689448.560934.7186
Yxy48.56090.37840.3625
Hunter Lab69.68577.891219.2406
CIE-Lab75.177312.468220.5666

#ddb094 color RGB value is (221,176,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110000 10010100
Octal 335 260 224
Decimal 221 176 148
Hex DD B0 94

RGB Percentages of Color #ddb094

%40.55
%32.29
%27.16

CMYK Percentages of Color #ddb094

%0
%20
%33
%13

Triadic Colors of #ddb094

#ddb094 #94ddb0 #b094dd

Analogous Colors of #ddb094

#ddb094 #ddd594 #dd949d

Monochromatic Colors of #ddb094

#ddb094

Complementary Color

#ddb094 #94c1dd

#ddb094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb094 Color CSS Codes

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

#ddb094 Text Font Color

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

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


#ddb094 Background Color

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

This div background color is #ddb094


#ddb094 Border Color

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

This div border color is #ddb094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb094


Comments

No comments written yet.

Please login to write comment.