Color Hex Logo

#dffac8 Color Hex

#DFFAC8
(223,250,200)
0 Favorites   0 Comments

Color spaces of #dffac8

RGB 223250200
HSL0.260.830.88
HSV92°20°98°
CMYK 0.110.000.20   0.02
XYZ75.042488.229367.7184
Yxy88.22930.32490.3820
Hunter Lab93.9305-21.772123.0067
CIE-Lab95.2574-17.432821.1053

#dffac8 color RGB value is (223,250,200).

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

The process color (four color CMYK) of #dffac8 color hex is 0.11, 0.00, 0.20, 0.02. Web safe color of #dffac8 is #ccffcc. Color #dffac8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111010 11001000
Octal 337 372 310
Decimal 223 250 200
Hex DF FA C8

RGB Percentages of Color #dffac8

%33.14
%37.15
%29.72

CMYK Percentages of Color #dffac8

%11
%0
%20
%2

Triadic Colors of #dffac8

#dffac8 #c8dffa #fac8df

Analogous Colors of #dffac8

#dffac8 #c8faca #f8fac8

Monochromatic Colors of #dffac8

#dffac8

Complementary Color

#dffac8 #e3c8fa

#dffac8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffac8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffac8 Color CSS Codes

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

#dffac8 Text Font Color

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

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


#dffac8 Background Color

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

This div background color is #dffac8


#dffac8 Border Color

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

This div border color is #dffac8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,250,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 #dffac8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffac8

Related Colors


Comments

No comments written yet.

Please login to write comment.