Color Hex Logo

#dbfecc Color Hex

#DBFECC
(219,254,204)
0 Favorites   0 Comments

Color spaces of #dbfecc

RGB 219254204
HSL0.280.960.90
HSV102°20°100°
CMYK 0.140.000.20   0.00
XYZ75.554390.303370.5749
Yxy90.30330.31960.3819
Hunter Lab95.0280-24.378422.4865
CIE-Lab96.1224-20.113020.2293

#dbfecc color RGB value is (219,254,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111110 11001100
Octal 333 376 314
Decimal 219 254 204
Hex DB FE CC

RGB Percentages of Color #dbfecc

%32.35
%37.52
%30.13

CMYK Percentages of Color #dbfecc

%14
%0
%20
%0

Triadic Colors of #dbfecc

#dbfecc #ccdbfe #feccdb

Analogous Colors of #dbfecc

#dbfecc #ccfed6 #f4fecc

Monochromatic Colors of #dbfecc

#dbfecc

Complementary Color

#dbfecc #efccfe

#dbfecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfecc Color CSS Codes

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

#dbfecc Text Font Color

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

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


#dbfecc Background Color

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

This div background color is #dbfecc


#dbfecc Border Color

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

This div border color is #dbfecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfecc

Related Colors

#dbfecc Color Palettes


Comments

No comments written yet.

Please login to write comment.