Color Hex Logo

#dffca0 Color Hex

#DFFCA0
(223,252,160)
0 Favorites   0 Comments

Color spaces of #dffca0

RGB 223252160
HSL0.220.940.81
HSV79°37°99°
CMYK 0.120.000.37   0.01
XYZ71.587087.846846.4408
Yxy87.84680.34770.4267
Hunter Lab93.7266-27.685936.2309
CIE-Lab95.0964-23.943540.9970

#dffca0 color RGB value is (223,252,160).

#dffca0 hex color red value is 223, green value is 252 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #dffca0 hue: 0.22 , saturation: 0.94 and the lightness value of dffca0 is 0.81.

The process color (four color CMYK) of #dffca0 color hex is 0.12, 0.00, 0.37, 0.01. Web safe color of #dffca0 is #ccff99. Color #dffca0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111100 10100000
Octal 337 374 240
Decimal 223 252 160
Hex DF FC A0

RGB Percentages of Color #dffca0

%35.12
%39.69
%25.20

CMYK Percentages of Color #dffca0

%12
%0
%37
%1

Triadic Colors of #dffca0

#dffca0 #a0dffc #fca0df

Analogous Colors of #dffca0

#dffca0 #b1fca0 #fceba0

Monochromatic Colors of #dffca0

#dffca0

Complementary Color

#dffca0 #bda0fc

#dffca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffca0 Color CSS Codes

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

#dffca0 Text Font Color

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

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


#dffca0 Background Color

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

This div background color is #dffca0


#dffca0 Border Color

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

This div border color is #dffca0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffca0


Comments

No comments written yet.

Please login to write comment.