Color Hex Logo

#dfcabe Color Hex

#DFCABE
(223,202,190)
0 Favorites   0 Comments

Color spaces of #dfcabe

RGB 223202190
HSL0.060.340.81
HSV22°15°87°
CMYK 0.000.090.15   0.13
XYZ60.846261.646757.4073
Yxy61.64670.33820.3427
Hunter Lab78.51540.928211.6103
CIE-Lab82.72525.38548.6440

#dfcabe color RGB value is (223,202,190).

#dfcabe hex color red value is 223, green value is 202 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dfcabe hue: 0.06 , saturation: 0.34 and the lightness value of dfcabe is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 10111110
Octal 337 312 276
Decimal 223 202 190
Hex DF CA BE

RGB Percentages of Color #dfcabe

%36.26
%32.85
%30.89

CMYK Percentages of Color #dfcabe

%0
%9
%15
%13

Triadic Colors of #dfcabe

#dfcabe #bedfca #cabedf

Analogous Colors of #dfcabe

#dfcabe #dfdbbe #dfbec3

Monochromatic Colors of #dfcabe

#dfcabe

Complementary Color

#dfcabe #bed3df

#dfcabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcabe Color CSS Codes

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

#dfcabe Text Font Color

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

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


#dfcabe Background Color

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

This div background color is #dfcabe


#dfcabe Border Color

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

This div border color is #dfcabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcabe


Comments

No comments written yet.

Please login to write comment.