Color Hex Logo

#dbeaea Color Hex

#DBEAEA
(219,234,234)
0 Favorites   0 Comments

Color spaces of #dbeaea

RGB 219234234
HSL0.500.260.89
HSV180°92°
CMYK 0.060.000.00   0.08
XYZ73.487579.846289.3806
Yxy79.84620.30280.3290
Hunter Lab89.3567-9.57473.2438
CIE-Lab91.6158-4.9504-1.7210

#dbeaea color RGB value is (219,234,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 11101010
Octal 333 352 352
Decimal 219 234 234
Hex DB EA EA

RGB Percentages of Color #dbeaea

%31.88
%34.06
%34.06

CMYK Percentages of Color #dbeaea

%6
%0
%0
%8

Triadic Colors of #dbeaea

#dbeaea #eadbea #eaeadb

Analogous Colors of #dbeaea

#dbeaea #dbe3ea #dbeae3

Monochromatic Colors of #dbeaea

#dbeaea

Complementary Color

#dbeaea #eadbdb

#dbeaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeaea Color CSS Codes

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

#dbeaea Text Font Color

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

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


#dbeaea Background Color

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

This div background color is #dbeaea


#dbeaea Border Color

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

This div border color is #dbeaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeaea

#dbeaea Color Palettes


Comments

No comments written yet.

Please login to write comment.