Color Hex Logo

#dfcf0e Color Hex

#DFCF0E
(223,207,14)
0 Favorites   0 Comments

Color spaces of #dfcf0e

RGB 22320714
HSL0.150.880.46
HSV55°94°87°
CMYK 0.000.070.94   0.13
XYZ52.823560.34539.2792
Yxy60.34530.43140.4928
Hunter Lab77.6822-14.564947.2953
CIE-Lab82.0255-11.437680.9965

#dfcf0e color RGB value is (223,207,14).

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

The process color (four color CMYK) of #dfcf0e color hex is 0.00, 0.07, 0.94, 0.13. Web safe color of #dfcf0e is #cccc00. Color #dfcf0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001111 00001110
Octal 337 317 16
Decimal 223 207 14
Hex DF CF E

RGB Percentages of Color #dfcf0e

%50.23
%46.62
%3.15

CMYK Percentages of Color #dfcf0e

%0
%7
%94
%13

Triadic Colors of #dfcf0e

#dfcf0e #0edfcf #cf0edf

Analogous Colors of #dfcf0e

#dfcf0e #87df0e #df670e

Monochromatic Colors of #dfcf0e

#dfcf0e

Complementary Color

#dfcf0e #0e1edf

#dfcf0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcf0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcf0e Color CSS Codes

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

#dfcf0e Text Font Color

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

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


#dfcf0e Background Color

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

This div background color is #dfcf0e


#dfcf0e Border Color

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

This div border color is #dfcf0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcf0e


Comments

No comments written yet.

Please login to write comment.