Color Hex Logo

#dffded Color Hex

#DFFDED
(223,253,237)
0 Favorites   0 Comments

Color spaces of #dffded

RGB 223253237
HSL0.410.880.93
HSV148°12°99°
CMYK 0.120.000.06   0.01
XYZ80.842892.053093.6279
Yxy92.05300.30330.3454
Hunter Lab95.9443-17.49809.3024
CIE-Lab96.8420-12.65044.3692

#dffded color RGB value is (223,253,237).

#dffded hex color red value is 223, green value is 253 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dffded hue: 0.41 , saturation: 0.88 and the lightness value of dffded is 0.93.

The process color (four color CMYK) of #dffded color hex is 0.12, 0.00, 0.06, 0.01. Web safe color of #dffded is #ccffff. Color #dffded contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111101 11101101
Octal 337 375 355
Decimal 223 253 237
Hex DF FD ED

RGB Percentages of Color #dffded

%31.28
%35.48
%33.24

CMYK Percentages of Color #dffded

%12
%0
%6
%1

Triadic Colors of #dffded

#dffded #eddffd #fdeddf

Analogous Colors of #dffded

#dffded #dffdfc #e0fddf

Monochromatic Colors of #dffded

#dffded

Complementary Color

#dffded #fddfef

#dffded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffded Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffded Color CSS Codes

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

#dffded Text Font Color

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

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


#dffded Background Color

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

This div background color is #dffded


#dffded Border Color

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

This div border color is #dffded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffded

Related Colors


Comments

No comments written yet.

Please login to write comment.