Color Hex Logo

#dfd68a Color Hex

#DFD68A
(223,214,138)
0 Favorites   0 Comments

Color spaces of #dfd68a

RGB 223214138
HSL0.150.570.71
HSV54°38°87°
CMYK 0.000.040.38   0.13
XYZ59.065465.616133.5968
Yxy65.61610.37320.4146
Hunter Lab81.0038-11.600032.1118
CIE-Lab84.8002-7.804438.6456

#dfd68a color RGB value is (223,214,138).

#dfd68a hex color red value is 223, green value is 214 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #dfd68a hue: 0.15 , saturation: 0.57 and the lightness value of dfd68a is 0.71.

The process color (four color CMYK) of #dfd68a color hex is 0.00, 0.04, 0.38, 0.13. Web safe color of #dfd68a is #cccc99. Color #dfd68a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010110 10001010
Octal 337 326 212
Decimal 223 214 138
Hex DF D6 8A

RGB Percentages of Color #dfd68a

%38.78
%37.22
%24.00

CMYK Percentages of Color #dfd68a

%0
%4
%38
%13

Triadic Colors of #dfd68a

#dfd68a #8adfd6 #d68adf

Analogous Colors of #dfd68a

#dfd68a #bedf8a #dfac8a

Monochromatic Colors of #dfd68a

#dfd68a

Complementary Color

#dfd68a #8a93df

#dfd68a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd68a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd68a Color CSS Codes

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

#dfd68a Text Font Color

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

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


#dfd68a Background Color

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

This div background color is #dfd68a


#dfd68a Border Color

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

This div border color is #dfd68a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd68a


Comments

No comments written yet.

Please login to write comment.