Color Hex Logo

#dbede6 Color Hex

#DBEDE6
(219,237,230)
0 Favorites   0 Comments

Color spaces of #dbede6

RGB 219237230
HSL0.440.330.89
HSV157°93°
CMYK 0.080.000.03   0.07
XYZ73.780581.341686.6748
Yxy81.34160.30510.3364
Hunter Lab90.1896-11.80806.1533
CIE-Lab92.2835-7.21921.3393

#dbede6 color RGB value is (219,237,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101101 11100110
Octal 333 355 346
Decimal 219 237 230
Hex DB ED E6

RGB Percentages of Color #dbede6

%31.92
%34.55
%33.53

CMYK Percentages of Color #dbede6

%8
%0
%3
%7

Triadic Colors of #dbede6

#dbede6 #e6dbed #ede6db

Analogous Colors of #dbede6

#dbede6 #dbebed #dbeddd

Monochromatic Colors of #dbede6

#dbede6

Complementary Color

#dbede6 #eddbe2

#dbede6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbede6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbede6 Color CSS Codes

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

#dbede6 Text Font Color

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

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


#dbede6 Background Color

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

This div background color is #dbede6


#dbede6 Border Color

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

This div border color is #dbede6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbede6


Comments

No comments written yet.

Please login to write comment.