Color Hex Logo

#dfdd35 Color Hex

#DFDD35
(223,221,53)
0 Favorites   0 Comments

Color spaces of #dfdd35

RGB 22322153
HSL0.160.730.54
HSV59°76°87°
CMYK 0.000.010.76   0.13
XYZ56.930567.657913.4269
Yxy67.65790.41250.4902
Hunter Lab82.2544-20.400647.8998
CIE-Lab85.8351-17.469076.0291

#dfdd35 color RGB value is (223,221,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011101 00110101
Octal 337 335 65
Decimal 223 221 53
Hex DF DD 35

RGB Percentages of Color #dfdd35

%44.87
%44.47
%10.66

CMYK Percentages of Color #dfdd35

%0
%1
%76
%13

Triadic Colors of #dfdd35

#dfdd35 #35dfdd #dd35df

Analogous Colors of #dfdd35

#dfdd35 #8cdf35 #df8835

Monochromatic Colors of #dfdd35

#dfdd35

Complementary Color

#dfdd35 #3537df

#dfdd35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdd35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdd35 Color CSS Codes

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

#dfdd35 Text Font Color

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

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


#dfdd35 Background Color

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

This div background color is #dfdd35


#dfdd35 Border Color

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

This div border color is #dfdd35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdd35


Comments

No comments written yet.

Please login to write comment.