Color Hex Logo

#fbc081 Color Hex

#FBC081
(251,192,129)
0 Favorites   0 Comments

Color spaces of #fbc081

RGB 251192129
HSL0.090.940.75
HSV31°49°98°
CMYK 0.000.240.49   0.02
XYZ62.595759.793529.0110
Yxy59.79350.41340.3949
Hunter Lab77.32639.175031.8842
CIE-Lab81.725813.784239.7970

#fbc081 color RGB value is (251,192,129).

#fbc081 hex color red value is 251, green value is 192 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #fbc081 hue: 0.09 , saturation: 0.94 and the lightness value of fbc081 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000000 10000001
Octal 373 300 201
Decimal 251 192 129
Hex FB C0 81

RGB Percentages of Color #fbc081

%43.88
%33.57
%22.55

CMYK Percentages of Color #fbc081

%0
%24
%49
%2

Triadic Colors of #fbc081

#fbc081 #81fbc0 #c081fb

Analogous Colors of #fbc081

#fbc081 #f9fb81 #fb8381

Monochromatic Colors of #fbc081

#fbc081

Complementary Color

#fbc081 #81bcfb

#fbc081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc081 Color CSS Codes

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

#fbc081 Text Font Color

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

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


#fbc081 Background Color

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

This div background color is #fbc081


#fbc081 Border Color

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

This div border color is #fbc081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc081

Related Colors


Comments

No comments written yet.

Please login to write comment.