Color Hex Logo

#dffcfa Color Hex

#DFFCFA
(223,252,250)
0 Favorites   0 Comments

Color spaces of #dffcfa

RGB 223252250
HSL0.490.830.93
HSV176°12°99°
CMYK 0.120.000.01   0.01
XYZ82.497192.2109103.8929
Yxy92.21090.29610.3310
Hunter Lab96.0265-14.69573.0716
CIE-Lab96.9064-9.7188-2.2305

#dffcfa color RGB value is (223,252,250).

#dffcfa hex color red value is 223, green value is 252 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dffcfa hue: 0.49 , saturation: 0.83 and the lightness value of dffcfa is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111100 11111010
Octal 337 374 372
Decimal 223 252 250
Hex DF FC FA

RGB Percentages of Color #dffcfa

%30.76
%34.76
%34.48

CMYK Percentages of Color #dffcfa

%12
%0
%1
%1

Triadic Colors of #dffcfa

#dffcfa #fadffc #fcfadf

Analogous Colors of #dffcfa

#dffcfa #dff0fc #dffcec

Monochromatic Colors of #dffcfa

#dffcfa

Complementary Color

#dffcfa #fcdfe1

#dffcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffcfa Color CSS Codes

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

#dffcfa Text Font Color

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

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


#dffcfa Background Color

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

This div background color is #dffcfa


#dffcfa Border Color

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

This div border color is #dffcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffcfa


Comments

No comments written yet.

Please login to write comment.