Color Hex Logo

#dfbabe Color Hex

#DFBABE
(223,186,190)
0 Favorites   0 Comments

Color spaces of #dfbabe

RGB 223186190
HSL0.980.370.80
HSV354°17°87°
CMYK 0.000.170.15   0.13
XYZ57.284654.523556.2201
Yxy54.52350.34090.3245
Hunter Lab73.84009.25916.5460
CIE-Lab78.766013.87332.9394

#dfbabe color RGB value is (223,186,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111010 10111110
Octal 337 272 276
Decimal 223 186 190
Hex DF BA BE

RGB Percentages of Color #dfbabe

%37.23
%31.05
%31.72

CMYK Percentages of Color #dfbabe

%0
%17
%15
%13

Triadic Colors of #dfbabe

#dfbabe #bedfba #babedf

Analogous Colors of #dfbabe

#dfbabe #dfc9ba #dfbad1

Monochromatic Colors of #dfbabe

#dfbabe

Complementary Color

#dfbabe #badfdb

#dfbabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbabe Color CSS Codes

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

#dfbabe Text Font Color

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

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


#dfbabe Background Color

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

This div background color is #dfbabe


#dfbabe Border Color

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

This div border color is #dfbabe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,186,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 #dfbabe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbabe


Comments

No comments written yet.

Please login to write comment.