Color Hex Logo

#dfce8a Color Hex

#DFCE8A
(223,206,138)
0 Favorites   0 Comments

Color spaces of #dfce8a

RGB 223206138
HSL0.130.570.71
HSV48°38°87°
CMYK 0.000.080.38   0.13
XYZ57.090261.665632.9384
Yxy61.66560.37640.4065
Hunter Lab78.5274-7.651830.1000
CIE-Lab82.7353-3.713935.9740

#dfce8a color RGB value is (223,206,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001110 10001010
Octal 337 316 212
Decimal 223 206 138
Hex DF CE 8A

RGB Percentages of Color #dfce8a

%39.33
%36.33
%24.34

CMYK Percentages of Color #dfce8a

%0
%8
%38
%13

Triadic Colors of #dfce8a

#dfce8a #8adfce #ce8adf

Analogous Colors of #dfce8a

#dfce8a #c6df8a #dfa48a

Monochromatic Colors of #dfce8a

#dfce8a

Complementary Color

#dfce8a #8a9bdf

#dfce8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfce8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfce8a Color CSS Codes

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

#dfce8a Text Font Color

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

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


#dfce8a Background Color

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

This div background color is #dfce8a


#dfce8a Border Color

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

This div border color is #dfce8a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,206,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 #dfce8a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfce8a


Comments

No comments written yet.

Please login to write comment.