Color Hex Logo

#dbece1 Color Hex

#DBECE1
(219,236,225)
0 Favorites   0 Comments

Color spaces of #dbece1

RGB 219236225
HSL0.390.310.89
HSV141°93°
CMYK 0.070.000.05   0.07
XYZ72.799580.487282.9328
Yxy80.48720.30820.3407
Hunter Lab89.7147-12.15587.9922
CIE-Lab91.9030-7.62503.3901

#dbece1 color RGB value is (219,236,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101100 11100001
Octal 333 354 341
Decimal 219 236 225
Hex DB EC E1

RGB Percentages of Color #dbece1

%32.21
%34.71
%33.09

CMYK Percentages of Color #dbece1

%7
%0
%5
%7

Triadic Colors of #dbece1

#dbece1 #e1dbec #ece1db

Analogous Colors of #dbece1

#dbece1 #dbecea #deecdb

Monochromatic Colors of #dbece1

#dbece1

Complementary Color

#dbece1 #ecdbe6

#dbece1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbece1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbece1 Color CSS Codes

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

#dbece1 Text Font Color

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

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


#dbece1 Background Color

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

This div background color is #dbece1


#dbece1 Border Color

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

This div border color is #dbece1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbece1


Comments

No comments written yet.

Please login to write comment.