Color Hex Logo

#dfcf2e Color Hex

#DFCF2E
(223,207,46)
0 Favorites   0 Comments

Color spaces of #dfcf2e

RGB 22320746
HSL0.150.730.53
HSV55°79°87°
CMYK 0.000.070.79   0.13
XYZ53.237460.510911.4586
Yxy60.51090.42520.4833
Hunter Lab77.7888-13.967745.7185
CIE-Lab82.1151-10.752874.7389

#dfcf2e color RGB value is (223,207,46).

#dfcf2e hex color red value is 223, green value is 207 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #dfcf2e hue: 0.15 , saturation: 0.73 and the lightness value of dfcf2e is 0.53.

The process color (four color CMYK) of #dfcf2e color hex is 0.00, 0.07, 0.79, 0.13. Web safe color of #dfcf2e is #cccc33. Color #dfcf2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001111 00101110
Octal 337 317 56
Decimal 223 207 46
Hex DF CF 2E

RGB Percentages of Color #dfcf2e

%46.85
%43.49
%9.66

CMYK Percentages of Color #dfcf2e

%0
%7
%79
%13

Triadic Colors of #dfcf2e

#dfcf2e #2edfcf #cf2edf

Analogous Colors of #dfcf2e

#dfcf2e #97df2e #df772e

Monochromatic Colors of #dfcf2e

#dfcf2e

Complementary Color

#dfcf2e #2e3edf

#dfcf2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcf2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcf2e Color CSS Codes

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

#dfcf2e Text Font Color

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

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


#dfcf2e Background Color

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

This div background color is #dfcf2e


#dfcf2e Border Color

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

This div border color is #dfcf2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcf2e


Comments

No comments written yet.

Please login to write comment.