Color Hex Logo

#ddbeba Color Hex

#DDBEBA
(221,190,186)
0 Favorites   0 Comments

Color spaces of #ddbeba

RGB 221190186
HSL0.020.340.80
HSV16°87°
CMYK 0.000.140.16   0.13
XYZ57.095255.744254.2048
Yxy55.74420.34180.3337
Hunter Lab74.66205.84319.2188
CIE-Lab79.468010.38146.0903

#ddbeba color RGB value is (221,190,186).

#ddbeba hex color red value is 221, green value is 190 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ddbeba hue: 0.02 , saturation: 0.34 and the lightness value of ddbeba is 0.80.

The process color (four color CMYK) of #ddbeba color hex is 0.00, 0.14, 0.16, 0.13. Web safe color of #ddbeba is #cccccc. Color #ddbeba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 10111010
Octal 335 276 272
Decimal 221 190 186
Hex DD BE BA

RGB Percentages of Color #ddbeba

%37.02
%31.83
%31.16

CMYK Percentages of Color #ddbeba

%0
%14
%16
%13

Triadic Colors of #ddbeba

#ddbeba #baddbe #bebadd

Analogous Colors of #ddbeba

#ddbeba #ddd0ba #ddbac8

Monochromatic Colors of #ddbeba

#ddbeba

Complementary Color

#ddbeba #bad9dd

#ddbeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbeba Color CSS Codes

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

#ddbeba Text Font Color

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

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


#ddbeba Background Color

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

This div background color is #ddbeba


#ddbeba Border Color

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

This div border color is #ddbeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbeba


Comments

No comments written yet.

Please login to write comment.