Color Hex Logo

#dbbeba Color Hex

#DBBEBA
(219,190,186)
0 Favorites   0 Comments

Color spaces of #dbbeba

RGB 219190186
HSL0.020.310.79
HSV15°86°
CMYK 0.000.130.15   0.14
XYZ56.489855.432254.1765
Yxy55.43220.34010.3337
Hunter Lab74.45285.14148.9739
CIE-Lab79.28969.65415.8102

#dbbeba color RGB value is (219,190,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111110 10111010
Octal 333 276 272
Decimal 219 190 186
Hex DB BE BA

RGB Percentages of Color #dbbeba

%36.81
%31.93
%31.26

CMYK Percentages of Color #dbbeba

%0
%13
%15
%14

Triadic Colors of #dbbeba

#dbbeba #badbbe #bebadb

Analogous Colors of #dbbeba

#dbbeba #dbcfba #dbbac7

Monochromatic Colors of #dbbeba

#dbbeba

Complementary Color

#dbbeba #bad7db

#dbbeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbeba Color CSS Codes

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

#dbbeba Text Font Color

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

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


#dbbeba Background Color

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

This div background color is #dbbeba


#dbbeba Border Color

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

This div border color is #dbbeba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,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 #dbbeba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbeba


Comments

No comments written yet.

Please login to write comment.