Color Hex Logo

#dbfaea Color Hex

#DBFAEA
(219,250,234)
0 Favorites   0 Comments

Color spaces of #dbfaea

RGB 219250234
HSL0.410.760.92
HSV149°12°98°
CMYK 0.120.000.06   0.02
XYZ78.250389.371890.9682
Yxy89.37180.30260.3456
Hunter Lab94.5367-17.69039.1237
CIE-Lab95.7356-13.00064.2798

#dbfaea color RGB value is (219,250,234).

#dbfaea hex color red value is 219, green value is 250 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dbfaea hue: 0.41 , saturation: 0.76 and the lightness value of dbfaea is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111010 11101010
Octal 333 372 352
Decimal 219 250 234
Hex DB FA EA

RGB Percentages of Color #dbfaea

%31.15
%35.56
%33.29

CMYK Percentages of Color #dbfaea

%12
%0
%6
%2

Triadic Colors of #dbfaea

#dbfaea #eadbfa #faeadb

Analogous Colors of #dbfaea

#dbfaea #dbfafa #dcfadb

Monochromatic Colors of #dbfaea

#dbfaea

Complementary Color

#dbfaea #fadbeb

#dbfaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfaea Color CSS Codes

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

#dbfaea Text Font Color

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

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


#dbfaea Background Color

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

This div background color is #dbfaea


#dbfaea Border Color

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

This div border color is #dbfaea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,250,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 #dbfaea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfaea

Related Colors


Comments

No comments written yet.

Please login to write comment.