Color Hex Logo

#dbfabe Color Hex

#DBFABE
(219,250,190)
0 Favorites   0 Comments

Color spaces of #dbfabe

RGB 219250190
HSL0.250.860.86
HSV91°24°98°
CMYK 0.120.000.24   0.02
XYZ72.693387.149061.7053
Yxy87.14900.32810.3934
Hunter Lab93.3536-24.373126.1578
CIE-Lab94.8015-20.340825.5296

#dbfabe color RGB value is (219,250,190).

#dbfabe hex color red value is 219, green value is 250 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dbfabe hue: 0.25 , saturation: 0.86 and the lightness value of dbfabe is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111010 10111110
Octal 333 372 276
Decimal 219 250 190
Hex DB FA BE

RGB Percentages of Color #dbfabe

%33.23
%37.94
%28.83

CMYK Percentages of Color #dbfabe

%12
%0
%24
%2

Triadic Colors of #dbfabe

#dbfabe #bedbfa #fabedb

Analogous Colors of #dbfabe

#dbfabe #befabf #f9fabe

Monochromatic Colors of #dbfabe

#dbfabe

Complementary Color

#dbfabe #ddbefa

#dbfabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfabe Color CSS Codes

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

#dbfabe Text Font Color

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

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


#dbfabe Background Color

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

This div background color is #dbfabe


#dbfabe Border Color

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

This div border color is #dbfabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfabe


Comments

No comments written yet.

Please login to write comment.