Color Hex Logo

#dbe9cd Color Hex

#DBE9CD
(219,233,205)
0 Favorites   0 Comments

Color spaces of #dbe9cd

RGB 219233205
HSL0.250.390.86
HSV90°12°91°
CMYK 0.060.000.12   0.09
XYZ69.371877.745769.1077
Yxy77.74570.32080.3596
Hunter Lab88.1735-13.866215.2518
CIE-Lab90.6637-9.578912.0256

#dbe9cd color RGB value is (219,233,205).

#dbe9cd hex color red value is 219, green value is 233 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #dbe9cd hue: 0.25 , saturation: 0.39 and the lightness value of dbe9cd is 0.86.

The process color (four color CMYK) of #dbe9cd color hex is 0.06, 0.00, 0.12, 0.09. Web safe color of #dbe9cd is #ccffcc. Color #dbe9cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101001 11001101
Octal 333 351 315
Decimal 219 233 205
Hex DB E9 CD

RGB Percentages of Color #dbe9cd

%33.33
%35.46
%31.20

CMYK Percentages of Color #dbe9cd

%6
%0
%12
%9

Triadic Colors of #dbe9cd

#dbe9cd #cddbe9 #e9cddb

Analogous Colors of #dbe9cd

#dbe9cd #cde9cd #e9e9cd

Monochromatic Colors of #dbe9cd

#dbe9cd

Complementary Color

#dbe9cd #dbcde9

#dbe9cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe9cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe9cd Color CSS Codes

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

#dbe9cd Text Font Color

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

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


#dbe9cd Background Color

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

This div background color is #dbe9cd


#dbe9cd Border Color

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

This div border color is #dbe9cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe9cd


Comments

No comments written yet.

Please login to write comment.