Color Hex Logo

#dbebc8 Color Hex

#DBEBC8
(219,235,200)
0 Favorites   0 Comments

Color spaces of #dbebc8

RGB 219235200
HSL0.240.470.85
HSV87°15°92°
CMYK 0.070.000.15   0.08
XYZ69.347178.646966.1690
Yxy78.64690.32380.3672
Hunter Lab88.6831-15.614617.8402
CIE-Lab91.0743-11.401915.2051

#dbebc8 color RGB value is (219,235,200).

#dbebc8 hex color red value is 219, green value is 235 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #dbebc8 hue: 0.24 , saturation: 0.47 and the lightness value of dbebc8 is 0.85.

The process color (four color CMYK) of #dbebc8 color hex is 0.07, 0.00, 0.15, 0.08. Web safe color of #dbebc8 is #ccffcc. Color #dbebc8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101011 11001000
Octal 333 353 310
Decimal 219 235 200
Hex DB EB C8

RGB Percentages of Color #dbebc8

%33.49
%35.93
%30.58

CMYK Percentages of Color #dbebc8

%7
%0
%15
%8

Triadic Colors of #dbebc8

#dbebc8 #c8dbeb #ebc8db

Analogous Colors of #dbebc8

#dbebc8 #caebc8 #ebeac8

Monochromatic Colors of #dbebc8

#dbebc8

Complementary Color

#dbebc8 #d8c8eb

#dbebc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbebc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbebc8 Color CSS Codes

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

#dbebc8 Text Font Color

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

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


#dbebc8 Background Color

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

This div background color is #dbebc8


#dbebc8 Border Color

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

This div border color is #dbebc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbebc8


Comments

No comments written yet.

Please login to write comment.