Color Hex Logo

#dbeae3 Color Hex

#DBEAE3
(219,234,227)
0 Favorites   0 Comments

Color spaces of #dbeae3

RGB 219234227
HSL0.420.260.89
HSV152°92°
CMYK 0.060.000.03   0.08
XYZ72.501479.451884.1875
Yxy79.45180.30700.3365
Hunter Lab89.1357-10.79896.3964
CIE-Lab91.4383-6.24731.6724

#dbeae3 color RGB value is (219,234,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 11100011
Octal 333 352 343
Decimal 219 234 227
Hex DB EA E3

RGB Percentages of Color #dbeae3

%32.21
%34.41
%33.38

CMYK Percentages of Color #dbeae3

%6
%0
%3
%8

Triadic Colors of #dbeae3

#dbeae3 #e3dbea #eae3db

Analogous Colors of #dbeae3

#dbeae3 #dbeaea #dbeadc

Monochromatic Colors of #dbeae3

#dbeae3

Complementary Color

#dbeae3 #eadbe2

#dbeae3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeae3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeae3 Color CSS Codes

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

#dbeae3 Text Font Color

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

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


#dbeae3 Background Color

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

This div background color is #dbeae3


#dbeae3 Border Color

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

This div border color is #dbeae3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeae3


Comments

No comments written yet.

Please login to write comment.