Color Hex Logo

#fcbb14 Color Hex

#FCBB14
(252,187,20)
0 Favorites   0 Comments

Color spaces of #fcbb14

RGB 25218720
HSL0.120.970.53
HSV43°92°99°
CMYK 0.000.260.92   0.01
XYZ58.041556.28668.4671
Yxy56.28660.47270.4584
Hunter Lab75.02446.801245.8257
CIE-Lab79.776711.369079.7655

#fcbb14 color RGB value is (252,187,20).

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

The process color (four color CMYK) of #fcbb14 color hex is 0.00, 0.26, 0.92, 0.01. Web safe color of #fcbb14 is #ffcc00. Color #fcbb14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111011 00010100
Octal 374 273 24
Decimal 252 187 20
Hex FC BB 14

RGB Percentages of Color #fcbb14

%54.90
%40.74
%4.36

CMYK Percentages of Color #fcbb14

%0
%26
%92
%1

Triadic Colors of #fcbb14

#fcbb14 #14fcbb #bb14fc

Analogous Colors of #fcbb14

#fcbb14 #c9fc14 #fc4714

Monochromatic Colors of #fcbb14

#fcbb14

Complementary Color

#fcbb14 #1455fc

#fcbb14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbb14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbb14 Color CSS Codes

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

#fcbb14 Text Font Color

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

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


#fcbb14 Background Color

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

This div background color is #fcbb14


#fcbb14 Border Color

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

This div border color is #fcbb14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbb14


Comments

No comments written yet.

Please login to write comment.