Color Hex Logo

#fbddb4 Color Hex

#FBDDB4
(251,221,180)
0 Favorites   0 Comments

Color spaces of #fbddb4

RGB 251221180
HSL0.100.900.85
HSV35°28°98°
CMYK 0.000.120.28   0.02
XYZ73.878375.517453.8625
Yxy75.51740.36350.3715
Hunter Lab86.9007-0.325324.0816
CIE-Lab89.63484.400523.9536

#fbddb4 color RGB value is (251,221,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011101 10110100
Octal 373 335 264
Decimal 251 221 180
Hex FB DD B4

RGB Percentages of Color #fbddb4

%38.50
%33.90
%27.61

CMYK Percentages of Color #fbddb4

%0
%12
%28
%2

Triadic Colors of #fbddb4

#fbddb4 #b4fbdd #ddb4fb

Analogous Colors of #fbddb4

#fbddb4 #f6fbb4 #fbbab4

Monochromatic Colors of #fbddb4

#fbddb4

Complementary Color

#fbddb4 #b4d2fb

#fbddb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbddb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbddb4 Color CSS Codes

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

#fbddb4 Text Font Color

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

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


#fbddb4 Background Color

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

This div background color is #fbddb4


#fbddb4 Border Color

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

This div border color is #fbddb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbddb4

Related Colors


Comments

No comments written yet.

Please login to write comment.