Color Hex Logo

#dbeded Color Hex

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

Color spaces of #dbeded

RGB 219237237
HSL0.500.330.89
HSV180°93°
CMYK 0.080.000.00   0.07
XYZ74.783781.742991.9572
Yxy81.74290.30100.3290
Hunter Lab90.4118-10.57512.9848
CIE-Lab92.4613-5.9121-2.0457

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

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

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

Base Numbers

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

RGB Percentages of Color #dbeded

%31.60
%34.20
%34.20

CMYK Percentages of Color #dbeded

%8
%0
%0
%7

Triadic Colors of #dbeded

#dbeded #eddbed #ededdb

Analogous Colors of #dbeded

#dbeded #dbe4ed #dbede4

Monochromatic Colors of #dbeded

#dbeded

Complementary Color

#dbeded #eddbdb

#dbeded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeded Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeded Color CSS Codes

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

#dbeded Text Font Color

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

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


#dbeded Background Color

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

This div background color is #dbeded


#dbeded Border Color

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

This div border color is #dbeded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeded


Comments

No comments written yet.

Please login to write comment.