Color Hex Logo

#dbfecb Color Hex

#DBFECB
(219,254,203)
0 Favorites   0 Comments

Color spaces of #dbfecb

RGB 219254203
HSL0.280.960.90
HSV101°20°100°
CMYK 0.140.000.20   0.00
XYZ75.434790.255569.9451
Yxy90.25550.32010.3830
Hunter Lab95.0029-24.521622.8503
CIE-Lab96.1027-20.272220.7116

#dbfecb color RGB value is (219,254,203).

#dbfecb hex color red value is 219, green value is 254 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dbfecb hue: 0.28 , saturation: 0.96 and the lightness value of dbfecb is 0.90.

The process color (four color CMYK) of #dbfecb color hex is 0.14, 0.00, 0.20, 0.00. Web safe color of #dbfecb is #ccffcc. Color #dbfecb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111110 11001011
Octal 333 376 313
Decimal 219 254 203
Hex DB FE CB

RGB Percentages of Color #dbfecb

%32.40
%37.57
%30.03

CMYK Percentages of Color #dbfecb

%14
%0
%20
%0

Triadic Colors of #dbfecb

#dbfecb #cbdbfe #fecbdb

Analogous Colors of #dbfecb

#dbfecb #cbfed5 #f5fecb

Monochromatic Colors of #dbfecb

#dbfecb

Complementary Color

#dbfecb #eecbfe

#dbfecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfecb Color CSS Codes

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

#dbfecb Text Font Color

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

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


#dbfecb Background Color

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

This div background color is #dbfecb


#dbfecb Border Color

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

This div border color is #dbfecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfecb


Comments

No comments written yet.

Please login to write comment.