Color Hex Logo

#fcbb59 Color Hex

#FCBB59
(252,187,89)
0 Favorites   0 Comments

Color spaces of #fcbb59

RGB 25218789
HSL0.100.960.67
HSV36°65°99°
CMYK 0.000.260.65   0.01
XYZ59.718456.957417.2976
Yxy56.95740.44570.4251
Hunter Lab75.47019.171739.2399
CIE-Lab80.155613.782057.4664

#fcbb59 color RGB value is (252,187,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111011 01011001
Octal 374 273 131
Decimal 252 187 89
Hex FC BB 59

RGB Percentages of Color #fcbb59

%47.73
%35.42
%16.86

CMYK Percentages of Color #fcbb59

%0
%26
%65
%1

Triadic Colors of #fcbb59

#fcbb59 #59fcbb #bb59fc

Analogous Colors of #fcbb59

#fcbb59 #ecfc59 #fc6a59

Monochromatic Colors of #fcbb59

#fcbb59

Complementary Color

#fcbb59 #599afc

#fcbb59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbb59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbb59 Color CSS Codes

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

#fcbb59 Text Font Color

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

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


#fcbb59 Background Color

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

This div background color is #fcbb59


#fcbb59 Border Color

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

This div border color is #fcbb59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbb59


Comments

No comments written yet.

Please login to write comment.