Color Hex Logo

#dffce1 Color Hex

#DFFCE1
(223,252,225)
0 Favorites   0 Comments

Color spaces of #dffce1

RGB 223252225
HSL0.340.830.93
HSV124°12°99°
CMYK 0.120.000.11   0.01
XYZ78.832490.745084.5948
Yxy90.74500.31020.3570
Hunter Lab95.2602-18.987914.0303
CIE-Lab96.3049-14.29579.7676

#dffce1 color RGB value is (223,252,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111100 11100001
Octal 337 374 341
Decimal 223 252 225
Hex DF FC E1

RGB Percentages of Color #dffce1

%31.86
%36.00
%32.14

CMYK Percentages of Color #dffce1

%12
%0
%11
%1

Triadic Colors of #dffce1

#dffce1 #e1dffc #fce1df

Analogous Colors of #dffce1

#dffce1 #dffcf0 #ecfcdf

Monochromatic Colors of #dffce1

#dffce1

Complementary Color

#dffce1 #fcdffa

#dffce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffce1 Color CSS Codes

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

#dffce1 Text Font Color

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

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


#dffce1 Background Color

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

This div background color is #dffce1


#dffce1 Border Color

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

This div border color is #dffce1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffce1


Comments

No comments written yet.

Please login to write comment.