Color Hex Logo

#dfdd58 Color Hex

#DFDD58
(223,221,88)
0 Favorites   0 Comments

Color spaces of #dfdd58

RGB 22322188
HSL0.160.680.61
HSV59°61°87°
CMYK 0.000.010.61   0.13
XYZ58.049368.105519.3187
Yxy68.10550.39900.4682
Hunter Lab82.5261-18.862743.8889
CIE-Lab86.0592-15.691863.5806

#dfdd58 color RGB value is (223,221,88).

#dfdd58 hex color red value is 223, green value is 221 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #dfdd58 hue: 0.16 , saturation: 0.68 and the lightness value of dfdd58 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011101 01011000
Octal 337 335 130
Decimal 223 221 88
Hex DF DD 58

RGB Percentages of Color #dfdd58

%41.92
%41.54
%16.54

CMYK Percentages of Color #dfdd58

%0
%1
%61
%13

Triadic Colors of #dfdd58

#dfdd58 #58dfdd #dd58df

Analogous Colors of #dfdd58

#dfdd58 #9edf58 #df9a58

Monochromatic Colors of #dfdd58

#dfdd58

Complementary Color

#dfdd58 #585adf

#dfdd58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdd58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdd58 Color CSS Codes

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

#dfdd58 Text Font Color

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

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


#dfdd58 Background Color

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

This div background color is #dfdd58


#dfdd58 Border Color

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

This div border color is #dfdd58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdd58


Comments

No comments written yet.

Please login to write comment.