Color Hex Logo

#dfdf68 Color Hex

#DFDF68
(223,223,104)
0 Favorites   0 Comments

Color spaces of #dfdf68

RGB 223223104
HSL0.170.650.64
HSV60°53°87°
CMYK 0.000.000.53   0.13
XYZ59.317869.462823.3780
Yxy69.46280.38980.4565
Hunter Lab83.3443-18.810741.7103
CIE-Lab86.7327-15.527257.3652

#dfdf68 color RGB value is (223,223,104).

#dfdf68 hex color red value is 223, green value is 223 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #dfdf68 hue: 0.17 , saturation: 0.65 and the lightness value of dfdf68 is 0.64.

The process color (four color CMYK) of #dfdf68 color hex is 0.00, 0.00, 0.53, 0.13. Web safe color of #dfdf68 is #cccc66. Color #dfdf68 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011111 01101000
Octal 337 337 150
Decimal 223 223 104
Hex DF DF 68

RGB Percentages of Color #dfdf68

%40.55
%40.55
%18.91

CMYK Percentages of Color #dfdf68

%0
%0
%53
%13

Triadic Colors of #dfdf68

#dfdf68 #68dfdf #df68df

Analogous Colors of #dfdf68

#dfdf68 #a4df68 #dfa468

Monochromatic Colors of #dfdf68

#dfdf68

Complementary Color

#dfdf68 #6868df

#dfdf68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdf68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdf68 Color CSS Codes

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

#dfdf68 Text Font Color

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

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


#dfdf68 Background Color

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

This div background color is #dfdf68


#dfdf68 Border Color

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

This div border color is #dfdf68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdf68


Comments

No comments written yet.

Please login to write comment.