Color Hex Logo

#dbfeca Color Hex

#DBFECA
(219,254,202)
0 Favorites   0 Comments

Color spaces of #dbfeca

RGB 219254202
HSL0.280.960.89
HSV100°20°100°
CMYK 0.140.000.20   0.00
XYZ75.315990.208069.3194
Yxy90.20800.32070.3841
Hunter Lab94.9779-24.663823.2119
CIE-Lab96.0830-20.430621.1938

#dbfeca color RGB value is (219,254,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111110 11001010
Octal 333 376 312
Decimal 219 254 202
Hex DB FE CA

RGB Percentages of Color #dbfeca

%32.44
%37.63
%29.93

CMYK Percentages of Color #dbfeca

%14
%0
%20
%0

Triadic Colors of #dbfeca

#dbfeca #cadbfe #fecadb

Analogous Colors of #dbfeca

#dbfeca #cafed3 #f5feca

Monochromatic Colors of #dbfeca

#dbfeca

Complementary Color

#dbfeca #edcafe

#dbfeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfeca Color CSS Codes

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

#dbfeca Text Font Color

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

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


#dbfeca Background Color

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

This div background color is #dbfeca


#dbfeca Border Color

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

This div border color is #dbfeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfeca


Comments

No comments written yet.

Please login to write comment.