Color Hex Logo

#fbcc5b Color Hex

#FBCC5B
(251,204,91)
0 Favorites   0 Comments

Color spaces of #fbcc5b

RGB 25120491
HSL0.120.950.67
HSV42°64°98°
CMYK 0.000.190.64   0.02
XYZ63.264964.450319.0033
Yxy64.45030.43120.4393
Hunter Lab80.28090.174242.1621
CIE-Lab84.19974.665760.9895

#fbcc5b color RGB value is (251,204,91).

#fbcc5b hex color red value is 251, green value is 204 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #fbcc5b hue: 0.12 , saturation: 0.95 and the lightness value of fbcc5b is 0.67.

The process color (four color CMYK) of #fbcc5b color hex is 0.00, 0.19, 0.64, 0.02. Web safe color of #fbcc5b is #ffcc66. Color #fbcc5b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001100 01011011
Octal 373 314 133
Decimal 251 204 91
Hex FB CC 5B

RGB Percentages of Color #fbcc5b

%45.97
%37.36
%16.67

CMYK Percentages of Color #fbcc5b

%0
%19
%64
%2

Triadic Colors of #fbcc5b

#fbcc5b #5bfbcc #cc5bfb

Analogous Colors of #fbcc5b

#fbcc5b #dafb5b #fb7c5b

Monochromatic Colors of #fbcc5b

#fbcc5b

Complementary Color

#fbcc5b #5b8afb

#fbcc5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcc5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcc5b Color CSS Codes

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

#fbcc5b Text Font Color

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

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


#fbcc5b Background Color

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

This div background color is #fbcc5b


#fbcc5b Border Color

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

This div border color is #fbcc5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcc5b


Comments

No comments written yet.

Please login to write comment.