Color Hex Logo

#dfe50d Color Hex

#DFE50D
(223,229,13)
0 Favorites   0 Comments

Color spaces of #dfe50d

RGB 22322913
HSL0.170.890.47
HSV62°94°90°
CMYK 0.030.000.94   0.10
XYZ58.523471.755711.1465
Yxy71.75570.41380.5074
Hunter Lab84.7087-24.918651.4944
CIE-Lab87.8509-22.262985.4934

#dfe50d color RGB value is (223,229,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100101 00001101
Octal 337 345 15
Decimal 223 229 13
Hex DF E5 D

RGB Percentages of Color #dfe50d

%47.96
%49.25
%2.80

CMYK Percentages of Color #dfe50d

%3
%0
%94
%10

Triadic Colors of #dfe50d

#dfe50d #0ddfe5 #e50ddf

Analogous Colors of #dfe50d

#dfe50d #73e50d #e57f0d

Monochromatic Colors of #dfe50d

#dfe50d

Complementary Color

#dfe50d #130de5

#dfe50d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe50d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe50d Color CSS Codes

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

#dfe50d Text Font Color

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

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


#dfe50d Background Color

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

This div background color is #dfe50d


#dfe50d Border Color

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

This div border color is #dfe50d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe50d


Comments

No comments written yet.

Please login to write comment.