Color Hex Logo

#dfcbae Color Hex

#DFCBAE
(223,203,174)
0 Favorites   0 Comments

Color spaces of #dfcbae

RGB 223203174
HSL0.100.430.78
HSV36°22°87°
CMYK 0.000.090.22   0.13
XYZ59.427361.455848.7744
Yxy61.45580.35030.3622
Hunter Lab78.3937-1.875017.9870
CIE-Lab82.62322.449117.0109

#dfcbae color RGB value is (223,203,174).

#dfcbae hex color red value is 223, green value is 203 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dfcbae hue: 0.10 , saturation: 0.43 and the lightness value of dfcbae is 0.78.

The process color (four color CMYK) of #dfcbae color hex is 0.00, 0.09, 0.22, 0.13. Web safe color of #dfcbae is #cccc99. Color #dfcbae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001011 10101110
Octal 337 313 256
Decimal 223 203 174
Hex DF CB AE

RGB Percentages of Color #dfcbae

%37.17
%33.83
%29.00

CMYK Percentages of Color #dfcbae

%0
%9
%22
%13

Triadic Colors of #dfcbae

#dfcbae #aedfcb #cbaedf

Analogous Colors of #dfcbae

#dfcbae #dbdfae #dfb3ae

Monochromatic Colors of #dfcbae

#dfcbae

Complementary Color

#dfcbae #aec2df

#dfcbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcbae Color CSS Codes

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

#dfcbae Text Font Color

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

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


#dfcbae Background Color

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

This div background color is #dfcbae


#dfcbae Border Color

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

This div border color is #dfcbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcbae

#dfcbae Color Palettes


Comments

No comments written yet.

Please login to write comment.