Color Hex Logo

#dffce6 Color Hex

#DFFCE6
(223,252,230)
0 Favorites   0 Comments

Color spaces of #dffce6

RGB 223252230
HSL0.370.830.93
HSV134°12°99°
CMYK 0.120.000.09   0.01
XYZ79.524891.022088.2405
Yxy91.02200.30730.3517
Hunter Lab95.4055-18.171611.9465
CIE-Lab96.4191-13.41637.3602

#dffce6 color RGB value is (223,252,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111100 11100110
Octal 337 374 346
Decimal 223 252 230
Hex DF FC E6

RGB Percentages of Color #dffce6

%31.63
%35.74
%32.62

CMYK Percentages of Color #dffce6

%12
%0
%9
%1

Triadic Colors of #dffce6

#dffce6 #e6dffc #fce6df

Analogous Colors of #dffce6

#dffce6 #dffcf5 #e7fcdf

Monochromatic Colors of #dffce6

#dffce6

Complementary Color

#dffce6 #fcdff5

#dffce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffce6 Color CSS Codes

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

#dffce6 Text Font Color

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

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


#dffce6 Background Color

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

This div background color is #dffce6


#dffce6 Border Color

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

This div border color is #dffce6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffce6


Comments

No comments written yet.

Please login to write comment.