Color Hex Logo

#fbdbbd Color Hex

#FBDBBD
(251,219,189)
0 Favorites   0 Comments

Color spaces of #fbdbbd

RGB 251219189
HSL0.080.890.86
HSV29°25°98°
CMYK 0.000.130.25   0.02
XYZ74.300574.846458.6749
Yxy74.84640.35750.3601
Hunter Lab86.51381.901720.3483
CIE-Lab89.32106.627218.8355

#fbdbbd color RGB value is (251,219,189).

#fbdbbd hex color red value is 251, green value is 219 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fbdbbd hue: 0.08 , saturation: 0.89 and the lightness value of fbdbbd is 0.86.

The process color (four color CMYK) of #fbdbbd color hex is 0.00, 0.13, 0.25, 0.02. Web safe color of #fbdbbd is #ffcccc. Color #fbdbbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011011 10111101
Octal 373 333 275
Decimal 251 219 189
Hex FB DB BD

RGB Percentages of Color #fbdbbd

%38.09
%33.23
%28.68

CMYK Percentages of Color #fbdbbd

%0
%13
%25
%2

Triadic Colors of #fbdbbd

#fbdbbd #bdfbdb #dbbdfb

Analogous Colors of #fbdbbd

#fbdbbd #fbfabd #fbbdbe

Monochromatic Colors of #fbdbbd

#fbdbbd

Complementary Color

#fbdbbd #bdddfb

#fbdbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdbbd Color CSS Codes

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

#fbdbbd Text Font Color

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

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


#fbdbbd Background Color

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

This div background color is #fbdbbd


#fbdbbd Border Color

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

This div border color is #fbdbbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,219,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbdbbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbdbbd;
  -webkit-box-shadow: 1px 1px 3px 2px #fbdbbd;
  box-shadow:         1px 1px 3px 2px #fbdbbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,219,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdbbd


Comments

No comments written yet.

Please login to write comment.