Color Hex Logo

#dffab4 Color Hex

#DFFAB4
(223,250,180)
0 Favorites   0 Comments

Color spaces of #dffab4

RGB 223250180
HSL0.230.880.84
HSV83°28°98°
CMYK 0.110.000.28   0.02
XYZ72.855387.354556.2012
Yxy87.35450.33670.4037
Hunter Lab93.4636-24.419829.7725
CIE-Lab94.8885-20.376530.7547

#dffab4 color RGB value is (223,250,180).

#dffab4 hex color red value is 223, green value is 250 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #dffab4 hue: 0.23 , saturation: 0.88 and the lightness value of dffab4 is 0.84.

The process color (four color CMYK) of #dffab4 color hex is 0.11, 0.00, 0.28, 0.02. Web safe color of #dffab4 is #ccffcc. Color #dffab4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111010 10110100
Octal 337 372 264
Decimal 223 250 180
Hex DF FA B4

RGB Percentages of Color #dffab4

%34.15
%38.28
%27.57

CMYK Percentages of Color #dffab4

%11
%0
%28
%2

Triadic Colors of #dffab4

#dffab4 #b4dffa #fab4df

Analogous Colors of #dffab4

#dffab4 #bcfab4 #faf2b4

Monochromatic Colors of #dffab4

#dffab4

Complementary Color

#dffab4 #cfb4fa

#dffab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffab4 Color CSS Codes

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

#dffab4 Text Font Color

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

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


#dffab4 Background Color

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

This div background color is #dffab4


#dffab4 Border Color

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

This div border color is #dffab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffab4


Comments

No comments written yet.

Please login to write comment.