Color Hex Logo

#dffcd5 Color Hex

#DFFCD5
(223,252,213)
0 Favorites   0 Comments

Color spaces of #dffcd5

RGB 223252213
HSL0.290.870.91
HSV105°15°99°
CMYK 0.120.000.15   0.01
XYZ77.252190.112976.2727
Yxy90.11290.31710.3699
Hunter Lab94.9278-20.860718.8111
CIE-Lab96.0436-16.329415.5554

#dffcd5 color RGB value is (223,252,213).

#dffcd5 hex color red value is 223, green value is 252 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #dffcd5 hue: 0.29 , saturation: 0.87 and the lightness value of dffcd5 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111100 11010101
Octal 337 374 325
Decimal 223 252 213
Hex DF FC D5

RGB Percentages of Color #dffcd5

%32.41
%36.63
%30.96

CMYK Percentages of Color #dffcd5

%12
%0
%15
%1

Triadic Colors of #dffcd5

#dffcd5 #d5dffc #fcd5df

Analogous Colors of #dffcd5

#dffcd5 #d5fcdf #f3fcd5

Monochromatic Colors of #dffcd5

#dffcd5

Complementary Color

#dffcd5 #f2d5fc

#dffcd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffcd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffcd5 Color CSS Codes

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

#dffcd5 Text Font Color

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

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


#dffcd5 Background Color

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

This div background color is #dffcd5


#dffcd5 Border Color

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

This div border color is #dffcd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffcd5

Related Colors


Comments

No comments written yet.

Please login to write comment.