Color Hex Logo

#dfffc0 Color Hex

#DFFFC0
(223,255,192)
3 Favorites   0 Comments

Color spaces of #dfffc0

RGB 223255192
HSL0.251.000.88
HSV90°25°100°
CMYK 0.130.000.25   0.00
XYZ75.705991.013763.4465
Yxy91.01370.32890.3954
Hunter Lab95.4011-25.302627.3500
CIE-Lab96.4157-21.067426.7704

#dfffc0 color RGB value is (223,255,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111111 11000000
Octal 337 377 300
Decimal 223 255 192
Hex DF FF C0

RGB Percentages of Color #dfffc0

%33.28
%38.06
%28.66

CMYK Percentages of Color #dfffc0

%13
%0
%25
%0

Triadic Colors of #dfffc0

#dfffc0 #c0dfff #ffc0df

Analogous Colors of #dfffc0

#dfffc0 #c0ffc1 #ffffc0

Monochromatic Colors of #dfffc0

#dfffc0

Complementary Color

#dfffc0 #e0c0ff

#dfffc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfffc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfffc0 Color CSS Codes

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

#dfffc0 Text Font Color

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

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


#dfffc0 Background Color

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

This div background color is #dfffc0


#dfffc0 Border Color

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

This div border color is #dfffc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfffc0

Related Colors

#dfffc0 Color Palettes


Comments

No comments written yet.

Please login to write comment.