Color Hex Logo

#dbedc8 Color Hex

#DBEDC8
(219,237,200)
0 Favorites   0 Comments

Color spaces of #dbedc8

RGB 219237200
HSL0.250.510.86
HSV89°16°93°
CMYK 0.080.000.16   0.07
XYZ69.922979.798666.3609
Yxy79.79860.32360.3693
Hunter Lab89.3301-16.607118.4861
CIE-Lab91.5944-12.401515.9383

#dbedc8 color RGB value is (219,237,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101101 11001000
Octal 333 355 310
Decimal 219 237 200
Hex DB ED C8

RGB Percentages of Color #dbedc8

%33.38
%36.13
%30.49

CMYK Percentages of Color #dbedc8

%8
%0
%16
%7

Triadic Colors of #dbedc8

#dbedc8 #c8dbed #edc8db

Analogous Colors of #dbedc8

#dbedc8 #c9edc8 #ededc8

Monochromatic Colors of #dbedc8

#dbedc8

Complementary Color

#dbedc8 #dac8ed

#dbedc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbedc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbedc8 Color CSS Codes

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

#dbedc8 Text Font Color

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

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


#dbedc8 Background Color

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

This div background color is #dbedc8


#dbedc8 Border Color

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

This div border color is #dbedc8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,237,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 #dbedc8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbedc8


Comments

No comments written yet.

Please login to write comment.