Color Hex Logo

#dfea34 Color Hex

#DFEA34
(223,234,52)
0 Favorites   0 Comments

Color spaces of #dfea34

RGB 22323452
HSL0.180.810.56
HSV64°78°92°
CMYK 0.050.000.78   0.08
XYZ60.474174.781514.4958
Yxy74.78150.40380.4994
Hunter Lab86.4763-26.505950.5948
CIE-Lab89.2905-23.793879.4123

#dfea34 color RGB value is (223,234,52).

#dfea34 hex color red value is 223, green value is 234 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #dfea34 hue: 0.18 , saturation: 0.81 and the lightness value of dfea34 is 0.56.

The process color (four color CMYK) of #dfea34 color hex is 0.05, 0.00, 0.78, 0.08. Web safe color of #dfea34 is #ccff33. Color #dfea34 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101010 00110100
Octal 337 352 64
Decimal 223 234 52
Hex DF EA 34

RGB Percentages of Color #dfea34

%43.81
%45.97
%10.22

CMYK Percentages of Color #dfea34

%5
%0
%78
%8

Triadic Colors of #dfea34

#dfea34 #34dfea #ea34df

Analogous Colors of #dfea34

#dfea34 #84ea34 #ea9a34

Monochromatic Colors of #dfea34

#dfea34

Complementary Color

#dfea34 #3f34ea

#dfea34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfea34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfea34 Color CSS Codes

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

#dfea34 Text Font Color

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

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


#dfea34 Background Color

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

This div background color is #dfea34


#dfea34 Border Color

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

This div border color is #dfea34


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,234,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 #dfea34">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfea34


Comments

No comments written yet.

Please login to write comment.