Color Hex Logo

#dbeae5 Color Hex

#DBEAE5
(219,234,229)
0 Favorites   0 Comments

Color spaces of #dbeae5

RGB 219234229
HSL0.440.260.89
HSV160°92°
CMYK 0.060.000.02   0.08
XYZ72.779179.562885.6500
Yxy79.56280.30580.3343
Hunter Lab89.1980-10.45345.5069
CIE-Lab91.4883-5.88030.7017

#dbeae5 color RGB value is (219,234,229).

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

The process color (four color CMYK) of #dbeae5 color hex is 0.06, 0.00, 0.02, 0.08. Web safe color of #dbeae5 is #ccffcc. Color #dbeae5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 11100101
Octal 333 352 345
Decimal 219 234 229
Hex DB EA E5

RGB Percentages of Color #dbeae5

%32.11
%34.31
%33.58

CMYK Percentages of Color #dbeae5

%6
%0
%2
%8

Triadic Colors of #dbeae5

#dbeae5 #e5dbea #eae5db

Analogous Colors of #dbeae5

#dbeae5 #dbe8ea #dbeade

Monochromatic Colors of #dbeae5

#dbeae5

Complementary Color

#dbeae5 #eadbe0

#dbeae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeae5 Color CSS Codes

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

#dbeae5 Text Font Color

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

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


#dbeae5 Background Color

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

This div background color is #dbeae5


#dbeae5 Border Color

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

This div border color is #dbeae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeae5


Comments

No comments written yet.

Please login to write comment.