Color Hex Logo

#dffa60 Color Hex

#DFFA60
(223,250,96)
0 Favorites   0 Comments

Color spaces of #dffa60

RGB 22325096
HSL0.200.940.68
HSV71°62°98°
CMYK 0.110.000.62   0.02
XYZ66.728484.903723.9374
Yxy84.90370.38010.4836
Hunter Lab92.1432-31.984249.0976
CIE-Lab93.8416-29.068868.6742

#dffa60 color RGB value is (223,250,96).

#dffa60 hex color red value is 223, green value is 250 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #dffa60 hue: 0.20 , saturation: 0.94 and the lightness value of dffa60 is 0.68.

The process color (four color CMYK) of #dffa60 color hex is 0.11, 0.00, 0.62, 0.02. Web safe color of #dffa60 is #ccff66. Color #dffa60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111010 01100000
Octal 337 372 140
Decimal 223 250 96
Hex DF FA 60

RGB Percentages of Color #dffa60

%39.19
%43.94
%16.87

CMYK Percentages of Color #dffa60

%11
%0
%62
%2

Triadic Colors of #dffa60

#dffa60 #60dffa #fa60df

Analogous Colors of #dffa60

#dffa60 #92fa60 #fac860

Monochromatic Colors of #dffa60

#dffa60

Complementary Color

#dffa60 #7b60fa

#dffa60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffa60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffa60 Color CSS Codes

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

#dffa60 Text Font Color

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

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


#dffa60 Background Color

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

This div background color is #dffa60


#dffa60 Border Color

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

This div border color is #dffa60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffa60


Comments

No comments written yet.

Please login to write comment.