Color Hex Logo

#dbebcf Color Hex

#DBEBCF
(219,235,207)
0 Favorites   0 Comments

Color spaces of #dbebcf

RGB 219235207
HSL0.260.410.87
HSV94°12°92°
CMYK 0.070.000.12   0.08
XYZ70.184278.981770.5774
Yxy78.98170.31940.3594
Hunter Lab88.8716-14.559415.1250
CIE-Lab91.2260-10.252011.7851

#dbebcf color RGB value is (219,235,207).

#dbebcf hex color red value is 219, green value is 235 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #dbebcf hue: 0.26 , saturation: 0.41 and the lightness value of dbebcf is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101011 11001111
Octal 333 353 317
Decimal 219 235 207
Hex DB EB CF

RGB Percentages of Color #dbebcf

%33.13
%35.55
%31.32

CMYK Percentages of Color #dbebcf

%7
%0
%12
%8

Triadic Colors of #dbebcf

#dbebcf #cfdbeb #ebcfdb

Analogous Colors of #dbebcf

#dbebcf #cfebd1 #e9ebcf

Monochromatic Colors of #dbebcf

#dbebcf

Complementary Color

#dbebcf #dfcfeb

#dbebcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbebcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbebcf Color CSS Codes

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

#dbebcf Text Font Color

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

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


#dbebcf Background Color

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

This div background color is #dbebcf


#dbebcf Border Color

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

This div border color is #dbebcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbebcf

#dbebcf Color Palettes


Comments

No comments written yet.

Please login to write comment.