Color Hex Logo

#dfe264 Color Hex

#DFE264
(223,226,100)
0 Favorites   0 Comments

Color spaces of #dfe264

RGB 223226100
HSL0.170.680.64
HSV61°56°89°
CMYK 0.010.000.56   0.11
XYZ59.928071.000822.6026
Yxy71.00080.39030.4625
Hunter Lab84.2620-20.507443.0793
CIE-Lab87.4854-17.311460.0019

#dfe264 color RGB value is (223,226,100).

#dfe264 hex color red value is 223, green value is 226 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #dfe264 hue: 0.17 , saturation: 0.68 and the lightness value of dfe264 is 0.64.

The process color (four color CMYK) of #dfe264 color hex is 0.01, 0.00, 0.56, 0.11. Web safe color of #dfe264 is #cccc66. Color #dfe264 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100010 01100100
Octal 337 342 144
Decimal 223 226 100
Hex DF E2 64

RGB Percentages of Color #dfe264

%40.62
%41.17
%18.21

CMYK Percentages of Color #dfe264

%1
%0
%56
%11

Triadic Colors of #dfe264

#dfe264 #64dfe2 #e264df

Analogous Colors of #dfe264

#dfe264 #a0e264 #e2a664

Monochromatic Colors of #dfe264

#dfe264

Complementary Color

#dfe264 #6764e2

#dfe264 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe264 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe264 Color CSS Codes

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

#dfe264 Text Font Color

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

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


#dfe264 Background Color

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

This div background color is #dfe264


#dfe264 Border Color

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

This div border color is #dfe264


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe264


Comments

No comments written yet.

Please login to write comment.