Color Hex Logo

#dbfead Color Hex

#DBFEAD
(219,254,173)
0 Favorites   0 Comments

Color spaces of #dbfead

RGB 219254173
HSL0.240.980.84
HSV86°32°100°
CMYK 0.140.000.32   0.00
XYZ72.198188.960852.9011
Yxy88.96080.33730.4156
Hunter Lab94.3190-28.422532.7691
CIE-Lab95.5640-24.668435.1232

#dbfead color RGB value is (219,254,173).

#dbfead hex color red value is 219, green value is 254 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dbfead hue: 0.24 , saturation: 0.98 and the lightness value of dbfead is 0.84.

The process color (four color CMYK) of #dbfead color hex is 0.14, 0.00, 0.32, 0.00. Web safe color of #dbfead is #ccff99. Color #dbfead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111110 10101101
Octal 333 376 255
Decimal 219 254 173
Hex DB FE AD

RGB Percentages of Color #dbfead

%33.90
%39.32
%26.78

CMYK Percentages of Color #dbfead

%14
%0
%32
%0

Triadic Colors of #dbfead

#dbfead #addbfe #feaddb

Analogous Colors of #dbfead

#dbfead #b3fead #fef9ad

Monochromatic Colors of #dbfead

#dbfead

Complementary Color

#dbfead #d0adfe

#dbfead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfead Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfead Color CSS Codes

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

#dbfead Text Font Color

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

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


#dbfead Background Color

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

This div background color is #dbfead


#dbfead Border Color

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

This div border color is #dbfead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfead

Related Colors


Comments

No comments written yet.

Please login to write comment.