Color Hex Logo

#fbdd9d Color Hex

#FBDD9D
(251,221,157)
0 Favorites   0 Comments

Color spaces of #fbdd9d

RGB 251221157
HSL0.110.920.80
HSV41°37°98°
CMYK 0.000.120.37   0.02
XYZ71.725974.656542.5281
Yxy74.65650.37970.3952
Hunter Lab86.4040-3.030131.3002
CIE-Lab89.23181.628735.2383

#fbdd9d color RGB value is (251,221,157).

#fbdd9d hex color red value is 251, green value is 221 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #fbdd9d hue: 0.11 , saturation: 0.92 and the lightness value of fbdd9d is 0.80.

The process color (four color CMYK) of #fbdd9d color hex is 0.00, 0.12, 0.37, 0.02. Web safe color of #fbdd9d is #ffcc99. Color #fbdd9d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011101 10011101
Octal 373 335 235
Decimal 251 221 157
Hex FB DD 9D

RGB Percentages of Color #fbdd9d

%39.90
%35.14
%24.96

CMYK Percentages of Color #fbdd9d

%0
%12
%37
%2

Triadic Colors of #fbdd9d

#fbdd9d #9dfbdd #dd9dfb

Analogous Colors of #fbdd9d

#fbdd9d #eafb9d #fbae9d

Monochromatic Colors of #fbdd9d

#fbdd9d

Complementary Color

#fbdd9d #9dbbfb

#fbdd9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdd9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdd9d Color CSS Codes

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

#fbdd9d Text Font Color

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

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


#fbdd9d Background Color

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

This div background color is #fbdd9d


#fbdd9d Border Color

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

This div border color is #fbdd9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdd9d


Comments

No comments written yet.

Please login to write comment.