Color Hex Logo

#dfcabb Color Hex

#DFCABB
(223,202,187)
0 Favorites   0 Comments

Color spaces of #dfcabb

RGB 223202187
HSL0.070.360.80
HSV25°16°87°
CMYK 0.000.090.16   0.13
XYZ60.521661.516955.6978
Yxy61.51690.34050.3461
Hunter Lab78.43270.480012.7990
CIE-Lab82.65584.916610.1444

#dfcabb color RGB value is (223,202,187).

#dfcabb hex color red value is 223, green value is 202 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dfcabb hue: 0.07 , saturation: 0.36 and the lightness value of dfcabb is 0.80.

The process color (four color CMYK) of #dfcabb color hex is 0.00, 0.09, 0.16, 0.13. Web safe color of #dfcabb is #cccccc. Color #dfcabb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 10111011
Octal 337 312 273
Decimal 223 202 187
Hex DF CA BB

RGB Percentages of Color #dfcabb

%36.44
%33.01
%30.56

CMYK Percentages of Color #dfcabb

%0
%9
%16
%13

Triadic Colors of #dfcabb

#dfcabb #bbdfca #cabbdf

Analogous Colors of #dfcabb

#dfcabb #dfdcbb #dfbbbe

Monochromatic Colors of #dfcabb

#dfcabb

Complementary Color

#dfcabb #bbd0df

#dfcabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcabb Color CSS Codes

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

#dfcabb Text Font Color

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

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


#dfcabb Background Color

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

This div background color is #dfcabb


#dfcabb Border Color

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

This div border color is #dfcabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcabb

#dfcabb Color Palettes


Comments

No comments written yet.

Please login to write comment.