Color Hex Logo

#ddbe93 Color Hex

#DDBE93
(221,190,147)
0 Favorites   0 Comments

Color spaces of #ddbe93

RGB 221190147
HSL0.100.520.72
HSV35°33°87°
CMYK 0.000.140.33   0.13
XYZ53.498754.305635.2661
Yxy54.30560.37390.3796
Hunter Lab73.69230.624723.2109
CIE-Lab78.63964.901125.8216

#ddbe93 color RGB value is (221,190,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 10010011
Octal 335 276 223
Decimal 221 190 147
Hex DD BE 93

RGB Percentages of Color #ddbe93

%39.61
%34.05
%26.34

CMYK Percentages of Color #ddbe93

%0
%14
%33
%13

Triadic Colors of #ddbe93

#ddbe93 #93ddbe #be93dd

Analogous Colors of #ddbe93

#ddbe93 #d7dd93 #dd9993

Monochromatic Colors of #ddbe93

#ddbe93

Complementary Color

#ddbe93 #93b2dd

#ddbe93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbe93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbe93 Color CSS Codes

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

#ddbe93 Text Font Color

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

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


#ddbe93 Background Color

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

This div background color is #ddbe93


#ddbe93 Border Color

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

This div border color is #ddbe93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbe93


Comments

No comments written yet.

Please login to write comment.