Color Hex Logo

#dbeddb Color Hex

#DBEDDB
(219,237,219)
0 Favorites   0 Comments

Color spaces of #dbeddb

RGB 219237219
HSL0.330.330.89
HSV120°93°
CMYK 0.080.000.08   0.07
XYZ72.283880.742978.7930
Yxy80.74290.31180.3483
Hunter Lab89.8571-13.658910.9103
CIE-Lab92.0172-9.19976.6780

#dbeddb color RGB value is (219,237,219).

#dbeddb hex color red value is 219, green value is 237 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dbeddb hue: 0.33 , saturation: 0.33 and the lightness value of dbeddb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101101 11011011
Octal 333 355 333
Decimal 219 237 219
Hex DB ED DB

RGB Percentages of Color #dbeddb

%32.44
%35.11
%32.44

CMYK Percentages of Color #dbeddb

%8
%0
%8
%7

Triadic Colors of #dbeddb

#dbeddb #dbdbed #eddbdb

Analogous Colors of #dbeddb

#dbeddb #dbede4 #e4eddb

Monochromatic Colors of #dbeddb

#dbeddb

Complementary Color

#dbeddb #eddbed

#dbeddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeddb Color CSS Codes

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

#dbeddb Text Font Color

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

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


#dbeddb Background Color

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

This div background color is #dbeddb


#dbeddb Border Color

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

This div border color is #dbeddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeddb

#dbeddb Color Palettes


Comments

No comments written yet.

Please login to write comment.