Color Hex Logo

#ddbe9f Color Hex

#DDBE9F
(221,190,159)
0 Favorites   0 Comments

Color spaces of #ddbe9f

RGB 221190159
HSL0.080.480.75
HSV30°28°87°
CMYK 0.000.140.28   0.13
XYZ54.490354.702340.4875
Yxy54.70230.36400.3655
Hunter Lab73.96102.077019.3164
CIE-Lab78.86956.445219.7488

#ddbe9f color RGB value is (221,190,159).

#ddbe9f hex color red value is 221, green value is 190 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ddbe9f hue: 0.08 , saturation: 0.48 and the lightness value of ddbe9f is 0.75.

The process color (four color CMYK) of #ddbe9f color hex is 0.00, 0.14, 0.28, 0.13. Web safe color of #ddbe9f is #cccc99. Color #ddbe9f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 10011111
Octal 335 276 237
Decimal 221 190 159
Hex DD BE 9F

RGB Percentages of Color #ddbe9f

%38.77
%33.33
%27.89

CMYK Percentages of Color #ddbe9f

%0
%14
%28
%13

Triadic Colors of #ddbe9f

#ddbe9f #9fddbe #be9fdd

Analogous Colors of #ddbe9f

#ddbe9f #dddd9f #dd9f9f

Monochromatic Colors of #ddbe9f

#ddbe9f

Complementary Color

#ddbe9f #9fbedd

#ddbe9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbe9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbe9f Color CSS Codes

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

#ddbe9f Text Font Color

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

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


#ddbe9f Background Color

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

This div background color is #ddbe9f


#ddbe9f Border Color

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

This div border color is #ddbe9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbe9f


Comments

No comments written yet.

Please login to write comment.