Color Hex Logo

#dbffcd Color Hex

#DBFFCD
(219,255,205)
0 Favorites   0 Comments

Color spaces of #dbffcd

RGB 219255205
HSL0.291.000.90
HSV103°20°100°
CMYK 0.140.000.20   0.00
XYZ75.992990.987871.3148
Yxy90.98780.31890.3818
Hunter Lab95.3875-24.721622.4441
CIE-Lab96.4050-20.436520.1137

#dbffcd color RGB value is (219,255,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111111 11001101
Octal 333 377 315
Decimal 219 255 205
Hex DB FF CD

RGB Percentages of Color #dbffcd

%32.25
%37.56
%30.19

CMYK Percentages of Color #dbffcd

%14
%0
%20
%0

Triadic Colors of #dbffcd

#dbffcd #cddbff #ffcddb

Analogous Colors of #dbffcd

#dbffcd #cdffd8 #f4ffcd

Monochromatic Colors of #dbffcd

#dbffcd

Complementary Color

#dbffcd #f1cdff

#dbffcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbffcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbffcd Color CSS Codes

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

#dbffcd Text Font Color

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

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


#dbffcd Background Color

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

This div background color is #dbffcd


#dbffcd Border Color

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

This div border color is #dbffcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbffcd

Related Colors

#dbffcd Color Palettes


Comments

No comments written yet.

Please login to write comment.