Color Hex Logo

#fbdc8e Color Hex

#FBDC8E
(251,220,142)
0 Favorites   0 Comments

Color spaces of #fbdc8e

RGB 251220142
HSL0.120.930.77
HSV43°43°98°
CMYK 0.000.120.43   0.02
XYZ70.259373.648636.1037
Yxy73.64860.39030.4091
Hunter Lab85.8188-4.046035.1300
CIE-Lab88.75610.555242.1850

#fbdc8e color RGB value is (251,220,142).

#fbdc8e hex color red value is 251, green value is 220 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #fbdc8e hue: 0.12 , saturation: 0.93 and the lightness value of fbdc8e is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011100 10001110
Octal 373 334 216
Decimal 251 220 142
Hex FB DC 8E

RGB Percentages of Color #fbdc8e

%40.95
%35.89
%23.16

CMYK Percentages of Color #fbdc8e

%0
%12
%43
%2

Triadic Colors of #fbdc8e

#fbdc8e #8efbdc #dc8efb

Analogous Colors of #fbdc8e

#fbdc8e #e4fb8e #fba68e

Monochromatic Colors of #fbdc8e

#fbdc8e

Complementary Color

#fbdc8e #8eadfb

#fbdc8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdc8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdc8e Color CSS Codes

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

#fbdc8e Text Font Color

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

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


#fbdc8e Background Color

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

This div background color is #fbdc8e


#fbdc8e Border Color

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

This div border color is #fbdc8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdc8e

Related Colors


Comments

No comments written yet.

Please login to write comment.