Color Hex Logo

#dfe012 Color Hex

#DFE012
(223,224,18)
0 Favorites   0 Comments

Color spaces of #dfe012

RGB 22322418
HSL0.170.850.47
HSV60°92°88°
CMYK 0.000.000.92   0.12
XYZ57.196369.043010.8843
Yxy69.04300.41710.5035
Hunter Lab83.0921-22.541150.3980
CIE-Lab86.5253-19.789383.9474

#dfe012 color RGB value is (223,224,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100000 00010010
Octal 337 340 22
Decimal 223 224 18
Hex DF E0 12

RGB Percentages of Color #dfe012

%47.96
%48.17
%3.87

CMYK Percentages of Color #dfe012

%0
%0
%92
%12

Triadic Colors of #dfe012

#dfe012 #12dfe0 #e012df

Analogous Colors of #dfe012

#dfe012 #78e012 #e07a12

Monochromatic Colors of #dfe012

#dfe012

Complementary Color

#dfe012 #1312e0

#dfe012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe012 Color CSS Codes

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

#dfe012 Text Font Color

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

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


#dfe012 Background Color

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

This div background color is #dfe012


#dfe012 Border Color

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

This div border color is #dfe012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe012


Comments

No comments written yet.

Please login to write comment.