Color Hex Logo

#dffcdb Color Hex

#DFFCDB
(223,252,219)
0 Favorites   0 Comments

Color spaces of #dffcdb

RGB 223252219
HSL0.310.850.92
HSV113°13°99°
CMYK 0.120.000.13   0.01
XYZ78.028090.423380.3588
Yxy90.42330.31360.3634
Hunter Lab95.0912-19.939616.4595
CIE-Lab96.1721-15.326312.6601

#dffcdb color RGB value is (223,252,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111100 11011011
Octal 337 374 333
Decimal 223 252 219
Hex DF FC DB

RGB Percentages of Color #dffcdb

%32.13
%36.31
%31.56

CMYK Percentages of Color #dffcdb

%12
%0
%13
%1

Triadic Colors of #dffcdb

#dffcdb #dbdffc #fcdbdf

Analogous Colors of #dffcdb

#dffcdb #dbfce8 #f0fcdb

Monochromatic Colors of #dffcdb

#dffcdb

Complementary Color

#dffcdb #f8dbfc

#dffcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffcdb Color CSS Codes

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

#dffcdb Text Font Color

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

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


#dffcdb Background Color

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

This div background color is #dffcdb


#dffcdb Border Color

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

This div border color is #dffcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffcdb


Comments

No comments written yet.

Please login to write comment.