Color Hex Logo

#dffec8 Color Hex

#DFFEC8
(223,254,200)
0 Favorites   0 Comments

Color spaces of #dffec8

RGB 223254200
HSL0.260.960.89
HSV94°21°100°
CMYK 0.120.000.21   0.00
XYZ76.298690.741768.1371
Yxy90.74170.32440.3858
Hunter Lab95.2584-23.730224.2716
CIE-Lab96.3036-19.377822.5579

#dffec8 color RGB value is (223,254,200).

#dffec8 hex color red value is 223, green value is 254 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #dffec8 hue: 0.26 , saturation: 0.96 and the lightness value of dffec8 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111110 11001000
Octal 337 376 310
Decimal 223 254 200
Hex DF FE C8

RGB Percentages of Color #dffec8

%32.94
%37.52
%29.54

CMYK Percentages of Color #dffec8

%12
%0
%21
%0

Triadic Colors of #dffec8

#dffec8 #c8dffe #fec8df

Analogous Colors of #dffec8

#dffec8 #c8fecc #fafec8

Monochromatic Colors of #dffec8

#dffec8

Complementary Color

#dffec8 #e7c8fe

#dffec8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffec8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffec8 Color CSS Codes

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

#dffec8 Text Font Color

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

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


#dffec8 Background Color

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

This div background color is #dffec8


#dffec8 Border Color

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

This div border color is #dffec8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffec8

Related Colors


Comments

No comments written yet.

Please login to write comment.