Color Hex Logo

#dfffc7 Color Hex

#DFFFC7
(223,255,199)
0 Favorites   0 Comments

Color spaces of #dfffc7

RGB 223255199
HSL0.261.000.89
HSV94°22°100°
CMYK 0.130.000.22   0.00
XYZ76.500291.331567.6296
Yxy91.33150.32490.3879
Hunter Lab95.5675-24.356924.9399
CIE-Lab96.5464-20.015423.4023

#dfffc7 color RGB value is (223,255,199).

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

The process color (four color CMYK) of #dfffc7 color hex is 0.13, 0.00, 0.22, 0.00. Web safe color of #dfffc7 is #ccffcc. Color #dfffc7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111111 11000111
Octal 337 377 307
Decimal 223 255 199
Hex DF FF C7

RGB Percentages of Color #dfffc7

%32.94
%37.67
%29.39

CMYK Percentages of Color #dfffc7

%13
%0
%22
%0

Triadic Colors of #dfffc7

#dfffc7 #c7dfff #ffc7df

Analogous Colors of #dfffc7

#dfffc7 #c7ffcb #fbffc7

Monochromatic Colors of #dfffc7

#dfffc7

Complementary Color

#dfffc7 #e7c7ff

#dfffc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfffc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfffc7 Color CSS Codes

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

#dfffc7 Text Font Color

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

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


#dfffc7 Background Color

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

This div background color is #dfffc7


#dfffc7 Border Color

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

This div border color is #dfffc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfffc7


Comments

No comments written yet.

Please login to write comment.