Color Hex Logo

#dbedd0 Color Hex

#DBEDD0
(219,237,208)
0 Favorites   0 Comments

Color spaces of #dbedd0

RGB 219237208
HSL0.270.450.87
HSV97°12°93°
CMYK 0.080.000.12   0.07
XYZ70.882880.182571.4154
Yxy80.18250.31860.3604
Hunter Lab89.5447-15.404115.3952
CIE-Lab91.7667-11.087912.0350

#dbedd0 color RGB value is (219,237,208).

#dbedd0 hex color red value is 219, green value is 237 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #dbedd0 hue: 0.27 , saturation: 0.45 and the lightness value of dbedd0 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101101 11010000
Octal 333 355 320
Decimal 219 237 208
Hex DB ED D0

RGB Percentages of Color #dbedd0

%32.98
%35.69
%31.33

CMYK Percentages of Color #dbedd0

%8
%0
%12
%7

Triadic Colors of #dbedd0

#dbedd0 #d0dbed #edd0db

Analogous Colors of #dbedd0

#dbedd0 #d0edd4 #eaedd0

Monochromatic Colors of #dbedd0

#dbedd0

Complementary Color

#dbedd0 #e2d0ed

#dbedd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbedd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbedd0 Color CSS Codes

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

#dbedd0 Text Font Color

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

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


#dbedd0 Background Color

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

This div background color is #dbedd0


#dbedd0 Border Color

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

This div border color is #dbedd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbedd0


Comments

No comments written yet.

Please login to write comment.