Color Hex Logo

#dffa64 Color Hex

#DFFA64
(223,250,100)
0 Favorites   0 Comments

Color spaces of #dffa64

RGB 223250100
HSL0.200.940.69
HSV71°60°98°
CMYK 0.110.000.60   0.02
XYZ66.917384.979324.9323
Yxy84.97930.37840.4806
Hunter Lab92.1842-31.747748.4933
CIE-Lab93.8742-28.790367.0807

#dffa64 color RGB value is (223,250,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111010 01100100
Octal 337 372 144
Decimal 223 250 100
Hex DF FA 64

RGB Percentages of Color #dffa64

%38.92
%43.63
%17.45

CMYK Percentages of Color #dffa64

%11
%0
%60
%2

Triadic Colors of #dffa64

#dffa64 #64dffa #fa64df

Analogous Colors of #dffa64

#dffa64 #94fa64 #faca64

Monochromatic Colors of #dffa64

#dffa64

Complementary Color

#dffa64 #7f64fa

#dffa64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffa64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffa64 Color CSS Codes

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

#dffa64 Text Font Color

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

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


#dffa64 Background Color

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

This div background color is #dffa64


#dffa64 Border Color

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

This div border color is #dffa64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffa64


Comments

No comments written yet.

Please login to write comment.