Color Hex Logo

#dfdf1e Color Hex

#DFDF1E
(223,223,30)
0 Favorites   0 Comments

Color spaces of #dfdf1e

RGB 22322330
HSL0.170.760.50
HSV60°87°87°
CMYK 0.000.000.87   0.13
XYZ57.053468.557111.4541
Yxy68.55710.41630.5002
Hunter Lab82.7992-21.901949.7575
CIE-Lab86.2843-19.102081.9395

#dfdf1e color RGB value is (223,223,30).

#dfdf1e hex color red value is 223, green value is 223 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #dfdf1e hue: 0.17 , saturation: 0.76 and the lightness value of dfdf1e is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011111 00011110
Octal 337 337 36
Decimal 223 223 30
Hex DF DF 1E

RGB Percentages of Color #dfdf1e

%46.85
%46.85
%6.30

CMYK Percentages of Color #dfdf1e

%0
%0
%87
%13

Triadic Colors of #dfdf1e

#dfdf1e #1edfdf #df1edf

Analogous Colors of #dfdf1e

#dfdf1e #7fdf1e #df7f1e

Monochromatic Colors of #dfdf1e

#dfdf1e

Complementary Color

#dfdf1e #1e1edf

#dfdf1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdf1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdf1e Color CSS Codes

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

#dfdf1e Text Font Color

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

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


#dfdf1e Background Color

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

This div background color is #dfdf1e


#dfdf1e Border Color

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

This div border color is #dfdf1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdf1e


Comments

No comments written yet.

Please login to write comment.