Color Hex Logo

#dfcaba Color Hex

#DFCABA
(223,202,186)
0 Favorites   0 Comments

Color spaces of #dfcaba

RGB 223202186
HSL0.070.370.80
HSV26°17°87°
CMYK 0.000.090.17   0.13
XYZ60.414961.474255.1359
Yxy61.47420.34130.3473
Hunter Lab78.40550.332613.1902
CIE-Lab82.63304.762110.6447

#dfcaba color RGB value is (223,202,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 10111010
Octal 337 312 272
Decimal 223 202 186
Hex DF CA BA

RGB Percentages of Color #dfcaba

%36.50
%33.06
%30.44

CMYK Percentages of Color #dfcaba

%0
%9
%17
%13

Triadic Colors of #dfcaba

#dfcaba #badfca #cabadf

Analogous Colors of #dfcaba

#dfcaba #dfddba #dfbabd

Monochromatic Colors of #dfcaba

#dfcaba

Complementary Color

#dfcaba #bacfdf

#dfcaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcaba Color CSS Codes

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

#dfcaba Text Font Color

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

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


#dfcaba Background Color

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

This div background color is #dfcaba


#dfcaba Border Color

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

This div border color is #dfcaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcaba


Comments

No comments written yet.

Please login to write comment.