Color Hex Logo

#dbffcc Color Hex

#DBFFCC
(219,255,204)
0 Favorites   0 Comments

Color spaces of #dbffcc

RGB 219255204
HSL0.281.000.90
HSV102°20°100°
CMYK 0.140.000.20   0.00
XYZ75.872590.939770.6810
Yxy90.93970.31950.3829
Hunter Lab95.3623-24.865222.8088
CIE-Lab96.3852-20.596320.5957

#dbffcc color RGB value is (219,255,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111111 11001100
Octal 333 377 314
Decimal 219 255 204
Hex DB FF CC

RGB Percentages of Color #dbffcc

%32.30
%37.61
%30.09

CMYK Percentages of Color #dbffcc

%14
%0
%20
%0

Triadic Colors of #dbffcc

#dbffcc #ccdbff #ffccdb

Analogous Colors of #dbffcc

#dbffcc #ccffd7 #f5ffcc

Monochromatic Colors of #dbffcc

#dbffcc

Complementary Color

#dbffcc #f0ccff

#dbffcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbffcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbffcc Color CSS Codes

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

#dbffcc Text Font Color

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

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


#dbffcc Background Color

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

This div background color is #dbffcc


#dbffcc Border Color

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

This div border color is #dbffcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,255,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 #dbffcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbffcc

Related Colors

#dbffcc Color Palettes


Comments

No comments written yet.

Please login to write comment.