Color Hex Logo

#ddbeb0 Color Hex

#DDBEB0
(221,190,176)
0 Favorites   0 Comments

Color spaces of #ddbeb0

RGB 221190176
HSL0.050.400.78
HSV19°20°87°
CMYK 0.000.140.20   0.13
XYZ56.068755.333748.7996
Yxy55.33370.35000.3454
Hunter Lab74.38664.367313.1748
CIE-Lab79.23318.850311.1396

#ddbeb0 color RGB value is (221,190,176).

#ddbeb0 hex color red value is 221, green value is 190 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #ddbeb0 hue: 0.05 , saturation: 0.40 and the lightness value of ddbeb0 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 10110000
Octal 335 276 260
Decimal 221 190 176
Hex DD BE B0

RGB Percentages of Color #ddbeb0

%37.65
%32.37
%29.98

CMYK Percentages of Color #ddbeb0

%0
%14
%20
%13

Triadic Colors of #ddbeb0

#ddbeb0 #b0ddbe #beb0dd

Analogous Colors of #ddbeb0

#ddbeb0 #ddd5b0 #ddb0b9

Monochromatic Colors of #ddbeb0

#ddbeb0

Complementary Color

#ddbeb0 #b0cfdd

#ddbeb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbeb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbeb0 Color CSS Codes

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

#ddbeb0 Text Font Color

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

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


#ddbeb0 Background Color

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

This div background color is #ddbeb0


#ddbeb0 Border Color

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

This div border color is #ddbeb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbeb0


Comments

No comments written yet.

Please login to write comment.