Color Hex Logo

#dbeae8 Color Hex

#DBEAE8
(219,234,232)
0 Favorites   0 Comments

Color spaces of #dbeae8

RGB 219234232
HSL0.480.260.89
HSV172°92°
CMYK 0.060.000.01   0.08
XYZ73.201779.731987.8756
Yxy79.73190.30400.3311
Hunter Lab89.2927-9.92894.1559
CIE-Lab91.5644-5.3246-0.7525

#dbeae8 color RGB value is (219,234,232).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 11101000
Octal 333 352 350
Decimal 219 234 232
Hex DB EA E8

RGB Percentages of Color #dbeae8

%31.97
%34.16
%33.87

CMYK Percentages of Color #dbeae8

%6
%0
%1
%8

Triadic Colors of #dbeae8

#dbeae8 #e8dbea #eae8db

Analogous Colors of #dbeae8

#dbeae8 #dbe5ea #dbeae1

Monochromatic Colors of #dbeae8

#dbeae8

Complementary Color

#dbeae8 #eadbdd

#dbeae8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeae8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeae8 Color CSS Codes

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

#dbeae8 Text Font Color

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

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


#dbeae8 Background Color

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

This div background color is #dbeae8


#dbeae8 Border Color

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

This div border color is #dbeae8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeae8

#dbeae8 Color Palettes


Comments

No comments written yet.

Please login to write comment.