Color Hex Logo

#dfe664 Color Hex

#DFE664
(223,230,100)
0 Favorites   0 Comments

Color spaces of #dfe664

RGB 223230100
HSL0.180.720.65
HSV63°57°90°
CMYK 0.030.000.57   0.10
XYZ61.028573.201722.9694
Yxy73.20170.38820.4657
Hunter Lab85.5580-22.402543.9733
CIE-Lab88.5438-19.265061.1896

#dfe664 color RGB value is (223,230,100).

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

The process color (four color CMYK) of #dfe664 color hex is 0.03, 0.00, 0.57, 0.10. Web safe color of #dfe664 is #ccff66. Color #dfe664 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100110 01100100
Octal 337 346 144
Decimal 223 230 100
Hex DF E6 64

RGB Percentages of Color #dfe664

%40.33
%41.59
%18.08

CMYK Percentages of Color #dfe664

%3
%0
%57
%10

Triadic Colors of #dfe664

#dfe664 #64dfe6 #e664df

Analogous Colors of #dfe664

#dfe664 #9ee664 #e6ac64

Monochromatic Colors of #dfe664

#dfe664

Complementary Color

#dfe664 #6b64e6

#dfe664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe664 Color CSS Codes

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

#dfe664 Text Font Color

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

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


#dfe664 Background Color

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

This div background color is #dfe664


#dfe664 Border Color

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

This div border color is #dfe664


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe664


Comments

No comments written yet.

Please login to write comment.