Color Hex Logo

#dfceb0 Color Hex

#DFCEB0
(223,206,176)
0 Favorites   0 Comments

Color spaces of #dfceb0

RGB 223206176
HSL0.110.420.78
HSV38°21°87°
CMYK 0.000.080.21   0.13
XYZ60.339262.965250.0476
Yxy62.96520.34810.3632
Hunter Lab79.3506-3.129918.1504
CIE-Lab83.42411.172817.0716

#dfceb0 color RGB value is (223,206,176).

#dfceb0 hex color red value is 223, green value is 206 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #dfceb0 hue: 0.11 , saturation: 0.42 and the lightness value of dfceb0 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001110 10110000
Octal 337 316 260
Decimal 223 206 176
Hex DF CE B0

RGB Percentages of Color #dfceb0

%36.86
%34.05
%29.09

CMYK Percentages of Color #dfceb0

%0
%8
%21
%13

Triadic Colors of #dfceb0

#dfceb0 #b0dfce #ceb0df

Analogous Colors of #dfceb0

#dfceb0 #d9dfb0 #dfb7b0

Monochromatic Colors of #dfceb0

#dfceb0

Complementary Color

#dfceb0 #b0c1df

#dfceb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfceb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfceb0 Color CSS Codes

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

#dfceb0 Text Font Color

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

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


#dfceb0 Background Color

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

This div background color is #dfceb0


#dfceb0 Border Color

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

This div border color is #dfceb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfceb0


Comments

No comments written yet.

Please login to write comment.