Color Hex Logo

#dfcf84 Color Hex

#DFCF84
(223,207,132)
0 Favorites   0 Comments

Color spaces of #dfcf84

RGB 223207132
HSL0.140.590.70
HSV49°41°87°
CMYK 0.000.070.41   0.13
XYZ56.909161.979630.7936
Yxy61.97960.38020.4141
Hunter Lab78.7271-8.741031.9181
CIE-Lab82.9026-4.881639.2422

#dfcf84 color RGB value is (223,207,132).

#dfcf84 hex color red value is 223, green value is 207 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #dfcf84 hue: 0.14 , saturation: 0.59 and the lightness value of dfcf84 is 0.70.

The process color (four color CMYK) of #dfcf84 color hex is 0.00, 0.07, 0.41, 0.13. Web safe color of #dfcf84 is #cccc99. Color #dfcf84 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001111 10000100
Octal 337 317 204
Decimal 223 207 132
Hex DF CF 84

RGB Percentages of Color #dfcf84

%39.68
%36.83
%23.49

CMYK Percentages of Color #dfcf84

%0
%7
%41
%13

Triadic Colors of #dfcf84

#dfcf84 #84dfcf #cf84df

Analogous Colors of #dfcf84

#dfcf84 #c2df84 #dfa284

Monochromatic Colors of #dfcf84

#dfcf84

Complementary Color

#dfcf84 #8494df

#dfcf84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcf84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcf84 Color CSS Codes

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

#dfcf84 Text Font Color

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

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


#dfcf84 Background Color

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

This div background color is #dfcf84


#dfcf84 Border Color

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

This div border color is #dfcf84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcf84


Comments

No comments written yet.

Please login to write comment.