Color Hex Logo

#dfbbbb Color Hex

#DFBBBB
(223,187,187)
0 Favorites   0 Comments

Color spaces of #dfbbbb

RGB 223187187
HSL0.000.360.80
HSV16°87°
CMYK 0.000.160.16   0.13
XYZ57.171454.816554.5811
Yxy54.81650.34320.3291
Hunter Lab74.03828.26888.1180
CIE-Lab78.935512.86454.8061

#dfbbbb color RGB value is (223,187,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111011 10111011
Octal 337 273 273
Decimal 223 187 187
Hex DF BB BB

RGB Percentages of Color #dfbbbb

%37.35
%31.32
%31.32

CMYK Percentages of Color #dfbbbb

%0
%16
%16
%13

Triadic Colors of #dfbbbb

#dfbbbb #bbdfbb #bbbbdf

Analogous Colors of #dfbbbb

#dfbbbb #dfcdbb #dfbbcd

Monochromatic Colors of #dfbbbb

#dfbbbb

Complementary Color

#dfbbbb #bbdfdf

#dfbbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbbbb Color CSS Codes

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

#dfbbbb Text Font Color

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

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


#dfbbbb Background Color

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

This div background color is #dfbbbb


#dfbbbb Border Color

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

This div border color is #dfbbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbbbb


Comments

No comments written yet.

Please login to write comment.