Color Hex Logo

#fcbb5b Color Hex

#FCBB5B
(252,187,91)
0 Favorites   0 Comments

Color spaces of #fcbb5b

RGB 25218791
HSL0.100.960.67
HSV36°64°99°
CMYK 0.000.260.64   0.01
XYZ59.803556.991417.7460
Yxy56.99140.44450.4236
Hunter Lab75.49269.291438.9076
CIE-Lab80.174813.902956.5714

#fcbb5b color RGB value is (252,187,91).

#fcbb5b hex color red value is 252, green value is 187 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #fcbb5b hue: 0.10 , saturation: 0.96 and the lightness value of fcbb5b is 0.67.

The process color (four color CMYK) of #fcbb5b color hex is 0.00, 0.26, 0.64, 0.01. Web safe color of #fcbb5b is #ffcc66. Color #fcbb5b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111011 01011011
Octal 374 273 133
Decimal 252 187 91
Hex FC BB 5B

RGB Percentages of Color #fcbb5b

%47.55
%35.28
%17.17

CMYK Percentages of Color #fcbb5b

%0
%26
%64
%1

Triadic Colors of #fcbb5b

#fcbb5b #5bfcbb #bb5bfc

Analogous Colors of #fcbb5b

#fcbb5b #edfc5b #fc6b5b

Monochromatic Colors of #fcbb5b

#fcbb5b

Complementary Color

#fcbb5b #5b9cfc

#fcbb5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbb5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbb5b Color CSS Codes

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

#fcbb5b Text Font Color

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

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


#fcbb5b Background Color

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

This div background color is #fcbb5b


#fcbb5b Border Color

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

This div border color is #fcbb5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbb5b


Comments

No comments written yet.

Please login to write comment.