Color Hex Logo

#dfdf55 Color Hex

#DFDF55
(223,223,85)
0 Favorites   0 Comments

Color spaces of #dfdf55

RGB 22322385
HSL0.170.680.60
HSV60°62°87°
CMYK 0.000.000.62   0.13
XYZ58.458869.119218.8546
Yxy69.11920.39920.4720
Hunter Lab83.1380-19.978444.7504
CIE-Lab86.5630-16.868565.3566

#dfdf55 color RGB value is (223,223,85).

#dfdf55 hex color red value is 223, green value is 223 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #dfdf55 hue: 0.17 , saturation: 0.68 and the lightness value of dfdf55 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011111 01010101
Octal 337 337 125
Decimal 223 223 85
Hex DF DF 55

RGB Percentages of Color #dfdf55

%42.00
%42.00
%16.01

CMYK Percentages of Color #dfdf55

%0
%0
%62
%13

Triadic Colors of #dfdf55

#dfdf55 #55dfdf #df55df

Analogous Colors of #dfdf55

#dfdf55 #9adf55 #df9a55

Monochromatic Colors of #dfdf55

#dfdf55

Complementary Color

#dfdf55 #5555df

#dfdf55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdf55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdf55 Color CSS Codes

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

#dfdf55 Text Font Color

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

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


#dfdf55 Background Color

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

This div background color is #dfdf55


#dfdf55 Border Color

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

This div border color is #dfdf55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdf55


Comments

No comments written yet.

Please login to write comment.