Color Hex Logo

#dfe665 Color Hex

#DFE665
(223,230,101)
0 Favorites   0 Comments

Color spaces of #dfe665

RGB 223230101
HSL0.180.720.65
HSV63°56°90°
CMYK 0.030.000.56   0.10
XYZ61.077273.221223.2259
Yxy73.22120.38770.4648
Hunter Lab85.5694-22.337843.8056
CIE-Lab88.5531-19.190360.7641

#dfe665 color RGB value is (223,230,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100110 01100101
Octal 337 346 145
Decimal 223 230 101
Hex DF E6 65

RGB Percentages of Color #dfe665

%40.25
%41.52
%18.23

CMYK Percentages of Color #dfe665

%3
%0
%56
%10

Triadic Colors of #dfe665

#dfe665 #65dfe6 #e665df

Analogous Colors of #dfe665

#dfe665 #9fe665 #e6ad65

Monochromatic Colors of #dfe665

#dfe665

Complementary Color

#dfe665 #6c65e6

#dfe665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe665 Color CSS Codes

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

#dfe665 Text Font Color

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

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


#dfe665 Background Color

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

This div background color is #dfe665


#dfe665 Border Color

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

This div border color is #dfe665


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe665


Comments

No comments written yet.

Please login to write comment.