Color Hex Logo

#ddbe9a Color Hex

#DDBE9A
(221,190,154)
0 Favorites   0 Comments

Color spaces of #ddbe9a

RGB 221190154
HSL0.090.500.74
HSV32°30°87°
CMYK 0.000.140.30   0.13
XYZ54.065054.532238.2481
Yxy54.53220.36820.3714
Hunter Lab73.84591.455320.9832
CIE-Lab78.77105.786022.2812

#ddbe9a color RGB value is (221,190,154).

#ddbe9a hex color red value is 221, green value is 190 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ddbe9a hue: 0.09 , saturation: 0.50 and the lightness value of ddbe9a is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 10011010
Octal 335 276 232
Decimal 221 190 154
Hex DD BE 9A

RGB Percentages of Color #ddbe9a

%39.12
%33.63
%27.26

CMYK Percentages of Color #ddbe9a

%0
%14
%30
%13

Triadic Colors of #ddbe9a

#ddbe9a #9addbe #be9add

Analogous Colors of #ddbe9a

#ddbe9a #dbdd9a #dd9d9a

Monochromatic Colors of #ddbe9a

#ddbe9a

Complementary Color

#ddbe9a #9ab9dd

#ddbe9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbe9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbe9a Color CSS Codes

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

#ddbe9a Text Font Color

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

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


#ddbe9a Background Color

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

This div background color is #ddbe9a


#ddbe9a Border Color

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

This div border color is #ddbe9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbe9a


Comments

No comments written yet.

Please login to write comment.