Color Hex Logo

#dfea64 Color Hex

#DFEA64
(223,234,100)
0 Favorites   0 Comments

Color spaces of #dfea64

RGB 223234100
HSL0.180.760.65
HSV65°57°92°
CMYK 0.050.000.57   0.08
XYZ62.154575.453723.3447
Yxy75.45370.38620.4688
Hunter Lab86.8641-24.288744.8707
CIE-Lab89.6051-21.202762.3745

#dfea64 color RGB value is (223,234,100).

#dfea64 hex color red value is 223, green value is 234 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #dfea64 hue: 0.18 , saturation: 0.76 and the lightness value of dfea64 is 0.65.

The process color (four color CMYK) of #dfea64 color hex is 0.05, 0.00, 0.57, 0.08. Web safe color of #dfea64 is #ccff66. Color #dfea64 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101010 01100100
Octal 337 352 144
Decimal 223 234 100
Hex DF EA 64

RGB Percentages of Color #dfea64

%40.04
%42.01
%17.95

CMYK Percentages of Color #dfea64

%5
%0
%57
%8

Triadic Colors of #dfea64

#dfea64 #64dfea #ea64df

Analogous Colors of #dfea64

#dfea64 #9cea64 #eab264

Monochromatic Colors of #dfea64

#dfea64

Complementary Color

#dfea64 #6f64ea

#dfea64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfea64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfea64 Color CSS Codes

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

#dfea64 Text Font Color

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

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


#dfea64 Background Color

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

This div background color is #dfea64


#dfea64 Border Color

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

This div border color is #dfea64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfea64


Comments

No comments written yet.

Please login to write comment.