Color Hex Logo

#dfe515 Color Hex

#DFE515
(223,229,21)
0 Favorites   0 Comments

Color spaces of #dfe515

RGB 22322921
HSL0.170.830.49
HSV62°91°90°
CMYK 0.030.000.91   0.10
XYZ58.586171.780711.4767
Yxy71.78070.41300.5061
Hunter Lab84.7235-24.833851.2750
CIE-Lab87.8629-22.163084.5993

#dfe515 color RGB value is (223,229,21).

#dfe515 hex color red value is 223, green value is 229 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #dfe515 hue: 0.17 , saturation: 0.83 and the lightness value of dfe515 is 0.49.

The process color (four color CMYK) of #dfe515 color hex is 0.03, 0.00, 0.91, 0.10. Web safe color of #dfe515 is #cccc00. Color #dfe515 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100101 00010101
Octal 337 345 25
Decimal 223 229 21
Hex DF E5 15

RGB Percentages of Color #dfe515

%47.15
%48.41
%4.44

CMYK Percentages of Color #dfe515

%3
%0
%91
%10

Triadic Colors of #dfe515

#dfe515 #15dfe5 #e515df

Analogous Colors of #dfe515

#dfe515 #77e515 #e58315

Monochromatic Colors of #dfe515

#dfe515

Complementary Color

#dfe515 #1b15e5

#dfe515 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe515 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe515 Color CSS Codes

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

#dfe515 Text Font Color

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

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


#dfe515 Background Color

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

This div background color is #dfe515


#dfe515 Border Color

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

This div border color is #dfe515


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe515


Comments

No comments written yet.

Please login to write comment.