Color Hex Logo

#fbdf9e Color Hex

#FBDF9E
(251,223,158)
0 Favorites   0 Comments

Color spaces of #fbdf9e

RGB 251223158
HSL0.120.920.80
HSV42°37°98°
CMYK 0.000.110.37   0.02
XYZ72.342975.753243.1567
Yxy75.75320.37830.3961
Hunter Lab87.0363-3.947831.5266
CIE-Lab89.74460.720035.4056

#fbdf9e color RGB value is (251,223,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011111 10011110
Octal 373 337 236
Decimal 251 223 158
Hex FB DF 9E

RGB Percentages of Color #fbdf9e

%39.72
%35.28
%25.00

CMYK Percentages of Color #fbdf9e

%0
%11
%37
%2

Triadic Colors of #fbdf9e

#fbdf9e #9efbdf #df9efb

Analogous Colors of #fbdf9e

#fbdf9e #e9fb9e #fbb19e

Monochromatic Colors of #fbdf9e

#fbdf9e

Complementary Color

#fbdf9e #9ebafb

#fbdf9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdf9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdf9e Color CSS Codes

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

#fbdf9e Text Font Color

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

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


#fbdf9e Background Color

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

This div background color is #fbdf9e


#fbdf9e Border Color

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

This div border color is #fbdf9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdf9e


Comments

No comments written yet.

Please login to write comment.