Color Hex Logo

#dfe10a Color Hex

#DFE10A
(223,225,10)
0 Favorites   0 Comments

Color spaces of #dfe10a

RGB 22322510
HSL0.170.910.46
HSV61°96°88°
CMYK 0.010.000.96   0.12
XYZ57.411469.560310.6877
Yxy69.56030.41710.5053
Hunter Lab83.4028-23.082250.7842
CIE-Lab86.7808-20.361784.9501

#dfe10a color RGB value is (223,225,10).

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

The process color (four color CMYK) of #dfe10a color hex is 0.01, 0.00, 0.96, 0.12. Web safe color of #dfe10a is #cccc00. Color #dfe10a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100001 00001010
Octal 337 341 12
Decimal 223 225 10
Hex DF E1 A

RGB Percentages of Color #dfe10a

%48.69
%49.13
%2.18

CMYK Percentages of Color #dfe10a

%1
%0
%96
%12

Triadic Colors of #dfe10a

#dfe10a #0adfe1 #e10adf

Analogous Colors of #dfe10a

#dfe10a #74e10a #e1780a

Monochromatic Colors of #dfe10a

#dfe10a

Complementary Color

#dfe10a #0c0ae1

#dfe10a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe10a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe10a Color CSS Codes

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

#dfe10a Text Font Color

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

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


#dfe10a Background Color

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

This div background color is #dfe10a


#dfe10a Border Color

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

This div border color is #dfe10a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe10a


Comments

No comments written yet.

Please login to write comment.