Color Hex Logo

#dbeceb Color Hex

#DBECEB
(219,236,235)
2 Favorites   0 Comments

Color spaces of #dbeceb

RGB 219236235
HSL0.490.310.89
HSV176°93°
CMYK 0.070.000.00   0.07
XYZ74.204381.049190.3303
Yxy81.04910.30220.3300
Hunter Lab90.0273-10.42053.5295
CIE-Lab92.1535-5.7809-1.4548

#dbeceb color RGB value is (219,236,235).

#dbeceb hex color red value is 219, green value is 236 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dbeceb hue: 0.49 , saturation: 0.31 and the lightness value of dbeceb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101100 11101011
Octal 333 354 353
Decimal 219 236 235
Hex DB EC EB

RGB Percentages of Color #dbeceb

%31.74
%34.20
%34.06

CMYK Percentages of Color #dbeceb

%7
%0
%0
%7

Triadic Colors of #dbeceb

#dbeceb #ebdbec #ecebdb

Analogous Colors of #dbeceb

#dbeceb #dbe5ec #dbece3

Monochromatic Colors of #dbeceb

#dbeceb

Complementary Color

#dbeceb #ecdbdc

#dbeceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeceb Color CSS Codes

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

#dbeceb Text Font Color

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

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


#dbeceb Background Color

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

This div background color is #dbeceb


#dbeceb Border Color

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

This div border color is #dbeceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeceb


Comments

No comments written yet.

Please login to write comment.