Color Hex Logo

#dfdf34 Color Hex

#DFDF34
(223,223,52)
0 Favorites   0 Comments

Color spaces of #dfdf34

RGB 22322352
HSL0.170.730.54
HSV60°77°87°
CMYK 0.000.000.77   0.13
XYZ57.438968.711313.4841
Yxy68.71130.41140.4921
Hunter Lab82.8923-21.372748.3799
CIE-Lab86.3609-18.484576.7945

#dfdf34 color RGB value is (223,223,52).

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

The process color (four color CMYK) of #dfdf34 color hex is 0.00, 0.00, 0.77, 0.13. Web safe color of #dfdf34 is #cccc33. Color #dfdf34 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011111 00110100
Octal 337 337 64
Decimal 223 223 52
Hex DF DF 34

RGB Percentages of Color #dfdf34

%44.78
%44.78
%10.44

CMYK Percentages of Color #dfdf34

%0
%0
%77
%13

Triadic Colors of #dfdf34

#dfdf34 #34dfdf #df34df

Analogous Colors of #dfdf34

#dfdf34 #8adf34 #df8a34

Monochromatic Colors of #dfdf34

#dfdf34

Complementary Color

#dfdf34 #3434df

#dfdf34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdf34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdf34 Color CSS Codes

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

#dfdf34 Text Font Color

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

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


#dfdf34 Background Color

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

This div background color is #dfdf34


#dfdf34 Border Color

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

This div border color is #dfdf34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdf34


Comments

No comments written yet.

Please login to write comment.