Color Hex Logo

#ddbe91 Color Hex

#DDBE91
(221,190,145)
0 Favorites   0 Comments

Color spaces of #ddbe91

RGB 221190145
HSL0.100.530.72
HSV36°34°87°
CMYK 0.000.140.34   0.13
XYZ53.343154.243434.4466
Yxy54.24340.37560.3819
Hunter Lab73.65010.395823.8248
CIE-Lab78.60344.656226.8315

#ddbe91 color RGB value is (221,190,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 10010001
Octal 335 276 221
Decimal 221 190 145
Hex DD BE 91

RGB Percentages of Color #ddbe91

%39.75
%34.17
%26.08

CMYK Percentages of Color #ddbe91

%0
%14
%34
%13

Triadic Colors of #ddbe91

#ddbe91 #91ddbe #be91dd

Analogous Colors of #ddbe91

#ddbe91 #d6dd91 #dd9891

Monochromatic Colors of #ddbe91

#ddbe91

Complementary Color

#ddbe91 #91b0dd

#ddbe91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbe91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbe91 Color CSS Codes

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

#ddbe91 Text Font Color

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

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


#ddbe91 Background Color

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

This div background color is #ddbe91


#ddbe91 Border Color

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

This div border color is #ddbe91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbe91


Comments

No comments written yet.

Please login to write comment.