Color Hex Logo

#fbdbb0 Color Hex

#FBDBB0
(251,219,176)
0 Favorites   0 Comments

Color spaces of #fbdbb0

RGB 251219176
HSL0.100.900.84
HSV34°30°98°
CMYK 0.000.130.30   0.02
XYZ72.951774.306951.5720
Yxy74.30690.36690.3737
Hunter Lab86.20150.210824.8694
CIE-Lab89.06734.916425.2499

#fbdbb0 color RGB value is (251,219,176).

#fbdbb0 hex color red value is 251, green value is 219 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #fbdbb0 hue: 0.10 , saturation: 0.90 and the lightness value of fbdbb0 is 0.84.

The process color (four color CMYK) of #fbdbb0 color hex is 0.00, 0.13, 0.30, 0.02. Web safe color of #fbdbb0 is #ffcc99. Color #fbdbb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011011 10110000
Octal 373 333 260
Decimal 251 219 176
Hex FB DB B0

RGB Percentages of Color #fbdbb0

%38.85
%33.90
%27.24

CMYK Percentages of Color #fbdbb0

%0
%13
%30
%2

Triadic Colors of #fbdbb0

#fbdbb0 #b0fbdb #dbb0fb

Analogous Colors of #fbdbb0

#fbdbb0 #f6fbb0 #fbb6b0

Monochromatic Colors of #fbdbb0

#fbdbb0

Complementary Color

#fbdbb0 #b0d0fb

#fbdbb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdbb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdbb0 Color CSS Codes

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

#fbdbb0 Text Font Color

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

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


#fbdbb0 Background Color

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

This div background color is #fbdbb0


#fbdbb0 Border Color

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

This div border color is #fbdbb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdbb0

Related Colors


Comments

No comments written yet.

Please login to write comment.