Color Hex Logo

#dffa66 Color Hex

#DFFA66
(223,250,102)
0 Favorites   0 Comments

Color spaces of #dffa66

RGB 223250102
HSL0.200.940.69
HSV71°59°98°
CMYK 0.110.000.59   0.02
XYZ67.015385.018525.4485
Yxy85.01850.37760.4790
Hunter Lab92.2055-31.625148.1799
CIE-Lab93.8911-28.646166.2712

#dffa66 color RGB value is (223,250,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111010 01100110
Octal 337 372 146
Decimal 223 250 102
Hex DF FA 66

RGB Percentages of Color #dffa66

%38.78
%43.48
%17.74

CMYK Percentages of Color #dffa66

%11
%0
%59
%2

Triadic Colors of #dffa66

#dffa66 #66dffa #fa66df

Analogous Colors of #dffa66

#dffa66 #95fa66 #facb66

Monochromatic Colors of #dffa66

#dffa66

Complementary Color

#dffa66 #8166fa

#dffa66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffa66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffa66 Color CSS Codes

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

#dffa66 Text Font Color

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

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


#dffa66 Background Color

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

This div background color is #dffa66


#dffa66 Border Color

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

This div border color is #dffa66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffa66


Comments

No comments written yet.

Please login to write comment.