Color Hex Logo

#dfe034 Color Hex

#DFE034
(223,224,52)
0 Favorites   0 Comments

Color spaces of #dfe034

RGB 22322452
HSL0.170.740.54
HSV60°77°88°
CMYK 0.000.000.77   0.12
XYZ57.706969.247213.5734
Yxy69.24720.41060.4928
Hunter Lab83.2149-21.842048.5795
CIE-Lab86.6263-18.972177.0326

#dfe034 color RGB value is (223,224,52).

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

The process color (four color CMYK) of #dfe034 color hex is 0.00, 0.00, 0.77, 0.12. Web safe color of #dfe034 is #cccc33. Color #dfe034 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100000 00110100
Octal 337 340 64
Decimal 223 224 52
Hex DF E0 34

RGB Percentages of Color #dfe034

%44.69
%44.89
%10.42

CMYK Percentages of Color #dfe034

%0
%0
%77
%12

Triadic Colors of #dfe034

#dfe034 #34dfe0 #e034df

Analogous Colors of #dfe034

#dfe034 #89e034 #e08b34

Monochromatic Colors of #dfe034

#dfe034

Complementary Color

#dfe034 #3534e0

#dfe034 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe034 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe034 Color CSS Codes

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

#dfe034 Text Font Color

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

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


#dfe034 Background Color

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

This div background color is #dfe034


#dfe034 Border Color

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

This div border color is #dfe034


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe034


Comments

No comments written yet.

Please login to write comment.