Color Hex Logo

#dfce5a Color Hex

#DFCE5A
(223,206,90)
0 Favorites   0 Comments

Color spaces of #dfce5a

RGB 22320690
HSL0.150.680.61
HSV52°60°87°
CMYK 0.000.080.60   0.13
XYZ54.348260.568818.4993
Yxy60.56880.40740.4540
Hunter Lab77.8260-11.543540.3849
CIE-Lab82.1464-8.040858.4463

#dfce5a color RGB value is (223,206,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001110 01011010
Octal 337 316 132
Decimal 223 206 90
Hex DF CE 5A

RGB Percentages of Color #dfce5a

%42.97
%39.69
%17.34

CMYK Percentages of Color #dfce5a

%0
%8
%60
%13

Triadic Colors of #dfce5a

#dfce5a #5adfce #ce5adf

Analogous Colors of #dfce5a

#dfce5a #aedf5a #df8c5a

Monochromatic Colors of #dfce5a

#dfce5a

Complementary Color

#dfce5a #5a6bdf

#dfce5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfce5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfce5a Color CSS Codes

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

#dfce5a Text Font Color

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

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


#dfce5a Background Color

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

This div background color is #dfce5a


#dfce5a Border Color

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

This div border color is #dfce5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfce5a


Comments

No comments written yet.

Please login to write comment.