Color Hex Logo

#dbf9df Color Hex

#DBF9DF
(219,249,223)
0 Favorites   0 Comments

Color spaces of #dbf9df

RGB 219249223
HSL0.360.710.92
HSV128°12°98°
CMYK 0.120.000.10   0.02
XYZ76.408488.139182.7974
Yxy88.13910.30890.3563
Hunter Lab93.8824-19.017913.4283
CIE-Lab95.2195-14.48229.2076

#dbf9df color RGB value is (219,249,223).

#dbf9df hex color red value is 219, green value is 249 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dbf9df hue: 0.36 , saturation: 0.71 and the lightness value of dbf9df is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111001 11011111
Octal 333 371 337
Decimal 219 249 223
Hex DB F9 DF

RGB Percentages of Color #dbf9df

%31.69
%36.03
%32.27

CMYK Percentages of Color #dbf9df

%12
%0
%10
%2

Triadic Colors of #dbf9df

#dbf9df #dfdbf9 #f9dfdb

Analogous Colors of #dbf9df

#dbf9df #dbf9ee #e6f9db

Monochromatic Colors of #dbf9df

#dbf9df

Complementary Color

#dbf9df #f9dbf5

#dbf9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf9df Color CSS Codes

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

#dbf9df Text Font Color

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

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


#dbf9df Background Color

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

This div background color is #dbf9df


#dbf9df Border Color

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

This div border color is #dbf9df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf9df

Related Colors


Comments

No comments written yet.

Please login to write comment.