Color Hex Logo

#dbbec4 Color Hex

#DBBEC4
(219,190,196)
0 Favorites   0 Comments

Color spaces of #dbbec4

RGB 219190196
HSL0.970.290.80
HSV348°13°86°
CMYK 0.000.130.11   0.14
XYZ57.590755.872559.9737
Yxy55.87250.33210.3221
Hunter Lab74.74796.71934.7524
CIE-Lab79.541211.28280.7817

#dbbec4 color RGB value is (219,190,196).

#dbbec4 hex color red value is 219, green value is 190 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #dbbec4 hue: 0.97 , saturation: 0.29 and the lightness value of dbbec4 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111110 11000100
Octal 333 276 304
Decimal 219 190 196
Hex DB BE C4

RGB Percentages of Color #dbbec4

%36.20
%31.40
%32.40

CMYK Percentages of Color #dbbec4

%0
%13
%11
%14

Triadic Colors of #dbbec4

#dbbec4 #c4dbbe #bec4db

Analogous Colors of #dbbec4

#dbbec4 #dbc7be #dbbed3

Monochromatic Colors of #dbbec4

#dbbec4

Complementary Color

#dbbec4 #bedbd5

#dbbec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbec4 Color CSS Codes

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

#dbbec4 Text Font Color

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

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


#dbbec4 Background Color

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

This div background color is #dbbec4


#dbbec4 Border Color

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

This div border color is #dbbec4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbec4


Comments

No comments written yet.

Please login to write comment.