Color Hex Logo

#dfde42 Color Hex

#DFDE42
(223,222,66)
0 Favorites   0 Comments

Color spaces of #dfde42

RGB 22322266
HSL0.170.710.57
HSV60°70°87°
CMYK 0.000.000.70   0.13
XYZ57.536168.323915.3096
Yxy68.32390.40760.4840
Hunter Lab82.6583-20.403146.8794
CIE-Lab86.1682-17.415472.1525

#dfde42 color RGB value is (223,222,66).

#dfde42 hex color red value is 223, green value is 222 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #dfde42 hue: 0.17 , saturation: 0.71 and the lightness value of dfde42 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011110 01000010
Octal 337 336 102
Decimal 223 222 66
Hex DF DE 42

RGB Percentages of Color #dfde42

%43.64
%43.44
%12.92

CMYK Percentages of Color #dfde42

%0
%0
%70
%13

Triadic Colors of #dfde42

#dfde42 #42dfde #de42df

Analogous Colors of #dfde42

#dfde42 #92df42 #df9042

Monochromatic Colors of #dfde42

#dfde42

Complementary Color

#dfde42 #4243df

#dfde42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfde42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfde42 Color CSS Codes

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

#dfde42 Text Font Color

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

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


#dfde42 Background Color

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

This div background color is #dfde42


#dfde42 Border Color

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

This div border color is #dfde42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfde42


Comments

No comments written yet.

Please login to write comment.