Color Hex Logo

#dfdd70 Color Hex

#DFDD70
(223,221,112)
0 Favorites   0 Comments

Color spaces of #dfdd70

RGB 223221112
HSL0.160.630.66
HSV59°50°87°
CMYK 0.000.010.50   0.13
XYZ59.212568.570725.4439
Yxy68.57070.38640.4475
Hunter Lab82.8074-17.274339.7474
CIE-Lab86.2910-13.876453.1750

#dfdd70 color RGB value is (223,221,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011101 01110000
Octal 337 335 160
Decimal 223 221 112
Hex DF DD 70

RGB Percentages of Color #dfdd70

%40.11
%39.75
%20.14

CMYK Percentages of Color #dfdd70

%0
%1
%50
%13

Triadic Colors of #dfdd70

#dfdd70 #70dfdd #dd70df

Analogous Colors of #dfdd70

#dfdd70 #aadf70 #dfa670

Monochromatic Colors of #dfdd70

#dfdd70

Complementary Color

#dfdd70 #7072df

#dfdd70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdd70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdd70 Color CSS Codes

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

#dfdd70 Text Font Color

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

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


#dfdd70 Background Color

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

This div background color is #dfdd70


#dfdd70 Border Color

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

This div border color is #dfdd70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdd70


Comments

No comments written yet.

Please login to write comment.