Color Hex Logo

#fcbb3b Color Hex

#FCBB3B
(252,187,59)
0 Favorites   0 Comments

Color spaces of #fcbb3b

RGB 25218759
HSL0.110.970.61
HSV40°77°99°
CMYK 0.000.260.77   0.01
XYZ58.704656.551911.9592
Yxy56.55190.46150.4445
Hunter Lab75.20107.741843.2118
CIE-Lab79.926912.330769.6106

#fcbb3b color RGB value is (252,187,59).

#fcbb3b hex color red value is 252, green value is 187 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #fcbb3b hue: 0.11 , saturation: 0.97 and the lightness value of fcbb3b is 0.61.

The process color (four color CMYK) of #fcbb3b color hex is 0.00, 0.26, 0.77, 0.01. Web safe color of #fcbb3b is #ffcc33. Color #fcbb3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111011 00111011
Octal 374 273 73
Decimal 252 187 59
Hex FC BB 3B

RGB Percentages of Color #fcbb3b

%50.60
%37.55
%11.85

CMYK Percentages of Color #fcbb3b

%0
%26
%77
%1

Triadic Colors of #fcbb3b

#fcbb3b #3bfcbb #bb3bfc

Analogous Colors of #fcbb3b

#fcbb3b #ddfc3b #fc5a3b

Monochromatic Colors of #fcbb3b

#fcbb3b

Complementary Color

#fcbb3b #3b7cfc

#fcbb3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbb3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbb3b Color CSS Codes

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

#fcbb3b Text Font Color

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

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


#fcbb3b Background Color

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

This div background color is #fcbb3b


#fcbb3b Border Color

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

This div border color is #fcbb3b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,187,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcbb3b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcbb3b;
  -webkit-box-shadow: 1px 1px 3px 2px #fcbb3b;
  box-shadow:         1px 1px 3px 2px #fcbb3b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,187,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbb3b


Comments

No comments written yet.

Please login to write comment.