Color Hex Logo

#dfcea8 Color Hex

#DFCEA8
(223,206,168)
0 Favorites   0 Comments

Color spaces of #dfcea8

RGB 223206168
HSL0.120.460.77
HSV41°25°87°
CMYK 0.000.080.25   0.13
XYZ59.570662.657746.0002
Yxy62.65770.35410.3725
Hunter Lab79.1566-4.191020.9545
CIE-Lab83.26200.039121.0704

#dfcea8 color RGB value is (223,206,168).

#dfcea8 hex color red value is 223, green value is 206 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #dfcea8 hue: 0.12 , saturation: 0.46 and the lightness value of dfcea8 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001110 10101000
Octal 337 316 250
Decimal 223 206 168
Hex DF CE A8

RGB Percentages of Color #dfcea8

%37.35
%34.51
%28.14

CMYK Percentages of Color #dfcea8

%0
%8
%25
%13

Triadic Colors of #dfcea8

#dfcea8 #a8dfce #cea8df

Analogous Colors of #dfcea8

#dfcea8 #d5dfa8 #dfb3a8

Monochromatic Colors of #dfcea8

#dfcea8

Complementary Color

#dfcea8 #a8b9df

#dfcea8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcea8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcea8 Color CSS Codes

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

#dfcea8 Text Font Color

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

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


#dfcea8 Background Color

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

This div background color is #dfcea8


#dfcea8 Border Color

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

This div border color is #dfcea8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcea8


Comments

No comments written yet.

Please login to write comment.