Color Hex Logo

#dbf9cf Color Hex

#DBF9CF
(219,249,207)
0 Favorites   0 Comments

Color spaces of #dbf9cf

RGB 219249207
HSL0.290.780.89
HSV103°17°98°
CMYK 0.120.000.17   0.02
XYZ74.351687.316471.9665
Yxy87.31640.31820.3737
Hunter Lab93.4432-21.495519.7473
CIE-Lab94.8724-17.195516.9437

#dbf9cf color RGB value is (219,249,207).

#dbf9cf hex color red value is 219, green value is 249 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #dbf9cf hue: 0.29 , saturation: 0.78 and the lightness value of dbf9cf is 0.89.

The process color (four color CMYK) of #dbf9cf color hex is 0.12, 0.00, 0.17, 0.02. Web safe color of #dbf9cf is #ccffcc. Color #dbf9cf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111001 11001111
Octal 333 371 317
Decimal 219 249 207
Hex DB F9 CF

RGB Percentages of Color #dbf9cf

%32.44
%36.89
%30.67

CMYK Percentages of Color #dbf9cf

%12
%0
%17
%2

Triadic Colors of #dbf9cf

#dbf9cf #cfdbf9 #f9cfdb

Analogous Colors of #dbf9cf

#dbf9cf #cff9d8 #f0f9cf

Monochromatic Colors of #dbf9cf

#dbf9cf

Complementary Color

#dbf9cf #edcff9

#dbf9cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf9cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf9cf Color CSS Codes

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

#dbf9cf Text Font Color

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

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


#dbf9cf Background Color

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

This div background color is #dbf9cf


#dbf9cf Border Color

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

This div border color is #dbf9cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf9cf


Comments

No comments written yet.

Please login to write comment.