Color Hex Logo

#dfbbba Color Hex

#DFBBBA
(223,187,186)
0 Favorites   0 Comments

Color spaces of #dfbbba

RGB 223187186
HSL0.000.370.80
HSV17°87°
CMYK 0.000.160.17   0.13
XYZ57.064754.773854.0191
Yxy54.77380.34410.3302
Hunter Lab74.00938.11578.5310
CIE-Lab78.910812.70805.3108

#dfbbba color RGB value is (223,187,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111011 10111010
Octal 337 273 272
Decimal 223 187 186
Hex DF BB BA

RGB Percentages of Color #dfbbba

%37.42
%31.38
%31.21

CMYK Percentages of Color #dfbbba

%0
%16
%17
%13

Triadic Colors of #dfbbba

#dfbbba #badfbb #bbbadf

Analogous Colors of #dfbbba

#dfbbba #dfceba #dfbacc

Monochromatic Colors of #dfbbba

#dfbbba

Complementary Color

#dfbbba #badedf

#dfbbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbbba Color CSS Codes

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

#dfbbba Text Font Color

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

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


#dfbbba Background Color

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

This div background color is #dfbbba


#dfbbba Border Color

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

This div border color is #dfbbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbbba


Comments

No comments written yet.

Please login to write comment.