Color Hex Logo

#dfffc4 Color Hex

#DFFFC4
(223,255,196)
0 Favorites   0 Comments

Color spaces of #dfffc4

RGB 223255196
HSL0.261.000.88
HSV93°23°100°
CMYK 0.130.000.23   0.00
XYZ76.155291.193565.8129
Yxy91.19350.32660.3911
Hunter Lab95.4953-24.767325.9856
CIE-Lab96.4897-20.471224.8464

#dfffc4 color RGB value is (223,255,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111111 11000100
Octal 337 377 304
Decimal 223 255 196
Hex DF FF C4

RGB Percentages of Color #dfffc4

%33.09
%37.83
%29.08

CMYK Percentages of Color #dfffc4

%13
%0
%23
%0

Triadic Colors of #dfffc4

#dfffc4 #c4dfff #ffc4df

Analogous Colors of #dfffc4

#dfffc4 #c4ffc7 #fdffc4

Monochromatic Colors of #dfffc4

#dfffc4

Complementary Color

#dfffc4 #e4c4ff

#dfffc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfffc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfffc4 Color CSS Codes

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

#dfffc4 Text Font Color

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

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


#dfffc4 Background Color

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

This div background color is #dfffc4


#dfffc4 Border Color

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

This div border color is #dfffc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfffc4


Comments

No comments written yet.

Please login to write comment.