Color Hex Logo

#dbfabd Color Hex

#DBFABD
(219,250,189)
0 Favorites   0 Comments

Color spaces of #dbfabd

RGB 219250189
HSL0.250.860.86
HSV90°24°98°
CMYK 0.120.000.24   0.02
XYZ72.584387.105461.1315
Yxy87.10540.32870.3945
Hunter Lab93.3303-24.506026.4961
CIE-Lab94.7830-20.489826.0123

#dbfabd color RGB value is (219,250,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111010 10111101
Octal 333 372 275
Decimal 219 250 189
Hex DB FA BD

RGB Percentages of Color #dbfabd

%33.28
%37.99
%28.72

CMYK Percentages of Color #dbfabd

%12
%0
%24
%2

Triadic Colors of #dbfabd

#dbfabd #bddbfa #fabddb

Analogous Colors of #dbfabd

#dbfabd #bdfabe #fafabd

Monochromatic Colors of #dbfabd

#dbfabd

Complementary Color

#dbfabd #dcbdfa

#dbfabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfabd Color CSS Codes

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

#dbfabd Text Font Color

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

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


#dbfabd Background Color

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

This div background color is #dbfabd


#dbfabd Border Color

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

This div border color is #dbfabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfabd


Comments

No comments written yet.

Please login to write comment.