Color Hex Logo

#fbdfbd Color Hex

#FBDFBD
(251,223,189)
0 Favorites   0 Comments

Color spaces of #fbdfbd

RGB 251223189
HSL0.090.890.86
HSV33°25°98°
CMYK 0.000.110.25   0.02
XYZ75.356676.958759.0269
Yxy76.95870.35660.3641
Hunter Lab87.7261-0.189421.5147
CIE-Lab90.30264.568220.2031

#fbdfbd color RGB value is (251,223,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011111 10111101
Octal 373 337 275
Decimal 251 223 189
Hex FB DF BD

RGB Percentages of Color #fbdfbd

%37.86
%33.63
%28.51

CMYK Percentages of Color #fbdfbd

%0
%11
%25
%2

Triadic Colors of #fbdfbd

#fbdfbd #bdfbdf #dfbdfb

Analogous Colors of #fbdfbd

#fbdfbd #f8fbbd #fbc0bd

Monochromatic Colors of #fbdfbd

#fbdfbd

Complementary Color

#fbdfbd #bdd9fb

#fbdfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdfbd Color CSS Codes

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

#fbdfbd Text Font Color

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

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


#fbdfbd Background Color

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

This div background color is #fbdfbd


#fbdfbd Border Color

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

This div border color is #fbdfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdfbd

Related Colors


Comments

No comments written yet.

Please login to write comment.