Color Hex Logo

#dbfadc Color Hex

#DBFADC
(219,250,220)
0 Favorites   0 Comments

Color spaces of #dbfadc

RGB 219250220
HSL0.340.760.92
HSV122°12°98°
CMYK 0.120.000.12   0.02
XYZ76.317388.598680.7890
Yxy88.59860.31060.3606
Hunter Lab94.1268-19.995515.0002
CIE-Lab95.4124-15.498611.0284

#dbfadc color RGB value is (219,250,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111010 11011100
Octal 333 372 334
Decimal 219 250 220
Hex DB FA DC

RGB Percentages of Color #dbfadc

%31.79
%36.28
%31.93

CMYK Percentages of Color #dbfadc

%12
%0
%12
%2

Triadic Colors of #dbfadc

#dbfadc #dcdbfa #fadcdb

Analogous Colors of #dbfadc

#dbfadc #dbfaec #eafadb

Monochromatic Colors of #dbfadc

#dbfadc

Complementary Color

#dbfadc #fadbf9

#dbfadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfadc Color CSS Codes

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

#dbfadc Text Font Color

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

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


#dbfadc Background Color

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

This div background color is #dbfadc


#dbfadc Border Color

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

This div border color is #dbfadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfadc


Comments

No comments written yet.

Please login to write comment.