Color Hex Logo

#dfffdb Color Hex

#DFFFDB
(223,255,219)
0 Favorites   0 Comments

Color spaces of #dfffdb

RGB 223255219
HSL0.311.000.93
HSV113°14°100°
CMYK 0.130.000.14   0.00
XYZ78.977692.322480.6753
Yxy92.32240.31340.3664
Hunter Lab96.0845-21.428217.4776
CIE-Lab96.9519-16.796213.7677

#dfffdb color RGB value is (223,255,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111111 11011011
Octal 337 377 333
Decimal 223 255 219
Hex DF FF DB

RGB Percentages of Color #dfffdb

%31.99
%36.59
%31.42

CMYK Percentages of Color #dfffdb

%13
%0
%14
%0

Triadic Colors of #dfffdb

#dfffdb #dbdfff #ffdbdf

Analogous Colors of #dfffdb

#dfffdb #dbffe9 #f1ffdb

Monochromatic Colors of #dfffdb

#dfffdb

Complementary Color

#dfffdb #fbdbff

#dfffdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfffdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfffdb Color CSS Codes

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

#dfffdb Text Font Color

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

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


#dfffdb Background Color

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

This div background color is #dfffdb


#dfffdb Border Color

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

This div border color is #dfffdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfffdb


Comments

No comments written yet.

Please login to write comment.