Color Hex Logo

#dfce4e Color Hex

#DFCE4E
(223,206,78)
0 Favorites   0 Comments

Color spaces of #dfce4e

RGB 22320678
HSL0.150.690.59
HSV53°65°87°
CMYK 0.000.080.65   0.13
XYZ53.877960.380616.0227
Yxy60.38060.41360.4635
Hunter Lab77.7050-12.218042.1679
CIE-Lab82.0446-8.802763.4527

#dfce4e color RGB value is (223,206,78).

#dfce4e hex color red value is 223, green value is 206 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #dfce4e hue: 0.15 , saturation: 0.69 and the lightness value of dfce4e is 0.59.

The process color (four color CMYK) of #dfce4e color hex is 0.00, 0.08, 0.65, 0.13. Web safe color of #dfce4e is #cccc66. Color #dfce4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001110 01001110
Octal 337 316 116
Decimal 223 206 78
Hex DF CE 4E

RGB Percentages of Color #dfce4e

%43.98
%40.63
%15.38

CMYK Percentages of Color #dfce4e

%0
%8
%65
%13

Triadic Colors of #dfce4e

#dfce4e #4edfce #ce4edf

Analogous Colors of #dfce4e

#dfce4e #a8df4e #df864e

Monochromatic Colors of #dfce4e

#dfce4e

Complementary Color

#dfce4e #4e5fdf

#dfce4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfce4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfce4e Color CSS Codes

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

#dfce4e Text Font Color

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

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


#dfce4e Background Color

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

This div background color is #dfce4e


#dfce4e Border Color

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

This div border color is #dfce4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfce4e


Comments

No comments written yet.

Please login to write comment.