Color Hex Logo

#dbfece Color Hex

#DBFECE
(219,254,206)
0 Favorites   0 Comments

Color spaces of #dbfece

RGB 219254206
HSL0.290.960.90
HSV104°19°100°
CMYK 0.140.000.19   0.00
XYZ75.795890.399971.8466
Yxy90.39990.31840.3798
Hunter Lab95.0789-24.089821.7526
CIE-Lab96.1624-19.792319.2648

#dbfece color RGB value is (219,254,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111110 11001110
Octal 333 376 316
Decimal 219 254 206
Hex DB FE CE

RGB Percentages of Color #dbfece

%32.25
%37.41
%30.34

CMYK Percentages of Color #dbfece

%14
%0
%19
%0

Triadic Colors of #dbfece

#dbfece #cedbfe #fecedb

Analogous Colors of #dbfece

#dbfece #cefed9 #f3fece

Monochromatic Colors of #dbfece

#dbfece

Complementary Color

#dbfece #f1cefe

#dbfece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfece Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfece Color CSS Codes

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

#dbfece Text Font Color

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

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


#dbfece Background Color

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

This div background color is #dbfece


#dbfece Border Color

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

This div border color is #dbfece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfece

Related Colors


Comments

No comments written yet.

Please login to write comment.