Color Hex Logo

#dffca1 Color Hex

#DFFCA1
(223,252,161)
0 Favorites   0 Comments

Color spaces of #dffca1

RGB 223252161
HSL0.220.940.81
HSV79°36°99°
CMYK 0.120.000.36   0.01
XYZ71.674987.882046.9035
Yxy87.88200.34720.4257
Hunter Lab93.7454-27.578735.9573
CIE-Lab95.1112-23.821440.5242

#dffca1 color RGB value is (223,252,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111100 10100001
Octal 337 374 241
Decimal 223 252 161
Hex DF FC A1

RGB Percentages of Color #dffca1

%35.06
%39.62
%25.31

CMYK Percentages of Color #dffca1

%12
%0
%36
%1

Triadic Colors of #dffca1

#dffca1 #a1dffc #fca1df

Analogous Colors of #dffca1

#dffca1 #b2fca1 #fceca1

Monochromatic Colors of #dffca1

#dffca1

Complementary Color

#dffca1 #bea1fc

#dffca1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffca1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffca1 Color CSS Codes

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

#dffca1 Text Font Color

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

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


#dffca1 Background Color

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

This div background color is #dffca1


#dffca1 Border Color

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

This div border color is #dffca1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffca1

Related Colors


Comments

No comments written yet.

Please login to write comment.