Color Hex Logo

#dfe315 Color Hex

#DFE315
(223,227,21)
0 Favorites   0 Comments

Color spaces of #dfe315

RGB 22322721
HSL0.170.830.49
HSV61°91°89°
CMYK 0.020.000.91   0.11
XYZ58.035970.680311.2933
Yxy70.68030.41450.5048
Hunter Lab84.0716-23.904050.8857
CIE-Lab87.3294-21.199884.1854

#dfe315 color RGB value is (223,227,21).

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

The process color (four color CMYK) of #dfe315 color hex is 0.02, 0.00, 0.91, 0.11. Web safe color of #dfe315 is #cccc00. Color #dfe315 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100011 00010101
Octal 337 343 25
Decimal 223 227 21
Hex DF E3 15

RGB Percentages of Color #dfe315

%47.35
%48.20
%4.46

CMYK Percentages of Color #dfe315

%2
%0
%91
%11

Triadic Colors of #dfe315

#dfe315 #15dfe3 #e315df

Analogous Colors of #dfe315

#dfe315 #78e315 #e38015

Monochromatic Colors of #dfe315

#dfe315

Complementary Color

#dfe315 #1915e3

#dfe315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe315 Color CSS Codes

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

#dfe315 Text Font Color

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

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


#dfe315 Background Color

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

This div background color is #dfe315


#dfe315 Border Color

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

This div border color is #dfe315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe315


Comments

No comments written yet.

Please login to write comment.