Color Hex Logo

#fbc08d Color Hex

#FBC08D
(251,192,141)
0 Favorites   0 Comments

Color spaces of #fbc08d

RGB 251192141
HSL0.080.930.77
HSV28°44°98°
CMYK 0.000.240.44   0.02
XYZ63.441060.131633.4622
Yxy60.13160.40400.3829
Hunter Lab77.544610.332028.6962
CIE-Lab81.909714.941133.8426

#fbc08d color RGB value is (251,192,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000000 10001101
Octal 373 300 215
Decimal 251 192 141
Hex FB C0 8D

RGB Percentages of Color #fbc08d

%42.98
%32.88
%24.14

CMYK Percentages of Color #fbc08d

%0
%24
%44
%2

Triadic Colors of #fbc08d

#fbc08d #8dfbc0 #c08dfb

Analogous Colors of #fbc08d

#fbc08d #fbf78d #fb8d91

Monochromatic Colors of #fbc08d

#fbc08d

Complementary Color

#fbc08d #8dc8fb

#fbc08d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc08d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc08d Color CSS Codes

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

#fbc08d Text Font Color

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

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


#fbc08d Background Color

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

This div background color is #fbc08d


#fbc08d Border Color

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

This div border color is #fbc08d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,192,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 #fbc08d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc08d


Comments

No comments written yet.

Please login to write comment.