Color Hex Logo

#fbdcb8 Color Hex

#FBDCB8
(251,220,184)
0 Favorites   0 Comments

Color spaces of #fbdcb8

RGB 251220184
HSL0.090.890.85
HSV32°27°98°
CMYK 0.000.120.27   0.02
XYZ74.028675.156355.9523
Yxy75.15630.36090.3664
Hunter Lab86.69270.712322.4186
CIE-Lab89.46625.439021.6431

#fbdcb8 color RGB value is (251,220,184).

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

The process color (four color CMYK) of #fbdcb8 color hex is 0.00, 0.12, 0.27, 0.02. Web safe color of #fbdcb8 is #ffcccc. Color #fbdcb8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011100 10111000
Octal 373 334 270
Decimal 251 220 184
Hex FB DC B8

RGB Percentages of Color #fbdcb8

%38.32
%33.59
%28.09

CMYK Percentages of Color #fbdcb8

%0
%12
%27
%2

Triadic Colors of #fbdcb8

#fbdcb8 #b8fbdc #dcb8fb

Analogous Colors of #fbdcb8

#fbdcb8 #f9fbb8 #fbbbb8

Monochromatic Colors of #fbdcb8

#fbdcb8

Complementary Color

#fbdcb8 #b8d7fb

#fbdcb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdcb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdcb8 Color CSS Codes

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

#fbdcb8 Text Font Color

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

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


#fbdcb8 Background Color

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

This div background color is #fbdcb8


#fbdcb8 Border Color

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

This div border color is #fbdcb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdcb8

Related Colors


Comments

No comments written yet.

Please login to write comment.