Color Hex Logo

#dfe50b Color Hex

#DFE50B
(223,229,11)
0 Favorites   0 Comments

Color spaces of #dfe50b

RGB 22322911
HSL0.170.910.47
HSV62°95°90°
CMYK 0.030.000.95   0.10
XYZ58.511171.750811.0820
Yxy71.75080.41400.5076
Hunter Lab84.7058-24.935251.5372
CIE-Lab87.8485-22.282585.6701

#dfe50b color RGB value is (223,229,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100101 00001011
Octal 337 345 13
Decimal 223 229 11
Hex DF E5 B

RGB Percentages of Color #dfe50b

%48.16
%49.46
%2.38

CMYK Percentages of Color #dfe50b

%3
%0
%95
%10

Triadic Colors of #dfe50b

#dfe50b #0bdfe5 #e50bdf

Analogous Colors of #dfe50b

#dfe50b #72e50b #e57e0b

Monochromatic Colors of #dfe50b

#dfe50b

Complementary Color

#dfe50b #110be5

#dfe50b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe50b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe50b Color CSS Codes

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

#dfe50b Text Font Color

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

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


#dfe50b Background Color

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

This div background color is #dfe50b


#dfe50b Border Color

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

This div border color is #dfe50b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe50b


Comments

No comments written yet.

Please login to write comment.