Color Hex Logo

#dffdce Color Hex

#DFFDCE
(223,253,206)
0 Favorites   0 Comments

Color spaces of #dffdce

RGB 223253206
HSL0.270.920.90
HSV98°19°99°
CMYK 0.120.000.19   0.01
XYZ76.697390.394871.7981
Yxy90.39480.32110.3784
Hunter Lab95.0762-22.388621.7797
CIE-Lab96.1603-17.952219.3003

#dffdce color RGB value is (223,253,206).

#dffdce hex color red value is 223, green value is 253 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dffdce hue: 0.27 , saturation: 0.92 and the lightness value of dffdce is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111101 11001110
Octal 337 375 316
Decimal 223 253 206
Hex DF FD CE

RGB Percentages of Color #dffdce

%32.70
%37.10
%30.21

CMYK Percentages of Color #dffdce

%12
%0
%19
%1

Triadic Colors of #dffdce

#dffdce #cedffd #fdcedf

Analogous Colors of #dffdce

#dffdce #cefdd5 #f7fdce

Monochromatic Colors of #dffdce

#dffdce

Complementary Color

#dffdce #eccefd

#dffdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffdce Color CSS Codes

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

#dffdce Text Font Color

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

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


#dffdce Background Color

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

This div background color is #dffdce


#dffdce Border Color

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

This div border color is #dffdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffdce


Comments

No comments written yet.

Please login to write comment.