Color Hex Logo

#fbdc8d Color Hex

#FBDC8D
(251,220,141)
0 Favorites   0 Comments

Color spaces of #fbdc8d

RGB 251220141
HSL0.120.930.77
HSV43°44°98°
CMYK 0.000.120.44   0.02
XYZ70.184673.618735.7100
Yxy73.61870.39100.4101
Hunter Lab85.8013-4.141235.3848
CIE-Lab88.74200.456042.6656

#fbdc8d color RGB value is (251,220,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011100 10001101
Octal 373 334 215
Decimal 251 220 141
Hex FB DC 8D

RGB Percentages of Color #fbdc8d

%41.01
%35.95
%23.04

CMYK Percentages of Color #fbdc8d

%0
%12
%44
%2

Triadic Colors of #fbdc8d

#fbdc8d #8dfbdc #dc8dfb

Analogous Colors of #fbdc8d

#fbdc8d #e3fb8d #fba58d

Monochromatic Colors of #fbdc8d

#fbdc8d

Complementary Color

#fbdc8d #8dacfb

#fbdc8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdc8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdc8d Color CSS Codes

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

#fbdc8d Text Font Color

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

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


#fbdc8d Background Color

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

This div background color is #fbdc8d


#fbdc8d Border Color

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

This div border color is #fbdc8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdc8d


Comments

No comments written yet.

Please login to write comment.