Color Hex Logo

#fcbb5f Color Hex

#FCBB5F
(252,187,95)
0 Favorites   0 Comments

Color spaces of #fcbb5f

RGB 25218795
HSL0.100.960.68
HSV35°62°99°
CMYK 0.000.260.62   0.01
XYZ59.980857.062318.6793
Yxy57.06230.44190.4204
Hunter Lab75.53969.540338.2166
CIE-Lab80.214614.154154.7576

#fcbb5f color RGB value is (252,187,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111011 01011111
Octal 374 273 137
Decimal 252 187 95
Hex FC BB 5F

RGB Percentages of Color #fcbb5f

%47.19
%35.02
%17.79

CMYK Percentages of Color #fcbb5f

%0
%26
%62
%1

Triadic Colors of #fcbb5f

#fcbb5f #5ffcbb #bb5ffc

Analogous Colors of #fcbb5f

#fcbb5f #effc5f #fc6d5f

Monochromatic Colors of #fcbb5f

#fcbb5f

Complementary Color

#fcbb5f #5fa0fc

#fcbb5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbb5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbb5f Color CSS Codes

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

#fcbb5f Text Font Color

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

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


#fcbb5f Background Color

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

This div background color is #fcbb5f


#fcbb5f Border Color

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

This div border color is #fcbb5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbb5f


Comments

No comments written yet.

Please login to write comment.