Color Hex Logo

#dfe915 Color Hex

#DFE915
(223,233,21)
0 Favorites   0 Comments

Color spaces of #dfe915

RGB 22323321
HSL0.170.830.50
HSV63°91°91°
CMYK 0.040.000.91   0.09
XYZ59.705774.019911.8499
Yxy74.01990.41010.5085
Hunter Lab86.0348-26.687052.0581
CIE-Lab88.9319-24.077085.4292

#dfe915 color RGB value is (223,233,21).

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

The process color (four color CMYK) of #dfe915 color hex is 0.04, 0.00, 0.91, 0.09. Web safe color of #dfe915 is #ccff00. Color #dfe915 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101001 00010101
Octal 337 351 25
Decimal 223 233 21
Hex DF E9 15

RGB Percentages of Color #dfe915

%46.75
%48.85
%4.40

CMYK Percentages of Color #dfe915

%4
%0
%91
%9

Triadic Colors of #dfe915

#dfe915 #15dfe9 #e915df

Analogous Colors of #dfe915

#dfe915 #75e915 #e98915

Monochromatic Colors of #dfe915

#dfe915

Complementary Color

#dfe915 #1f15e9

#dfe915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe915 Color CSS Codes

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

#dfe915 Text Font Color

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

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


#dfe915 Background Color

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

This div background color is #dfe915


#dfe915 Border Color

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

This div border color is #dfe915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe915


Comments

No comments written yet.

Please login to write comment.