Color Hex Logo

#dffaa0 Color Hex

#DFFAA0
(223,250,160)
0 Favorites   0 Comments

Color spaces of #dffaa0

RGB 223250160
HSL0.220.900.80
HSV78°36°98°
CMYK 0.110.000.36   0.02
XYZ70.962286.597346.2325
Yxy86.59730.34820.4249
Hunter Lab93.0577-26.733735.6842
CIE-Lab94.5671-22.989740.3099

#dffaa0 color RGB value is (223,250,160).

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

The process color (four color CMYK) of #dffaa0 color hex is 0.11, 0.00, 0.36, 0.02. Web safe color of #dffaa0 is #ccff99. Color #dffaa0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111010 10100000
Octal 337 372 240
Decimal 223 250 160
Hex DF FA A0

RGB Percentages of Color #dffaa0

%35.23
%39.49
%25.28

CMYK Percentages of Color #dffaa0

%11
%0
%36
%2

Triadic Colors of #dffaa0

#dffaa0 #a0dffa #faa0df

Analogous Colors of #dffaa0

#dffaa0 #b2faa0 #fae8a0

Monochromatic Colors of #dffaa0

#dffaa0

Complementary Color

#dffaa0 #bba0fa

#dffaa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffaa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffaa0 Color CSS Codes

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

#dffaa0 Text Font Color

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

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


#dffaa0 Background Color

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

This div background color is #dffaa0


#dffaa0 Border Color

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

This div border color is #dffaa0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,250,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 #dffaa0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffaa0


Comments

No comments written yet.

Please login to write comment.