Color Hex Logo

#fcbb19 Color Hex

#FCBB19
(252,187,25)
0 Favorites   0 Comments

Color spaces of #fcbb19

RGB 25218725
HSL0.120.970.54
HSV43°90°99°
CMYK 0.000.260.90   0.01
XYZ58.090756.30638.7262
Yxy56.30630.47180.4573
Hunter Lab75.03756.871145.6314
CIE-Lab79.787811.440778.9228

#fcbb19 color RGB value is (252,187,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111011 00011001
Octal 374 273 31
Decimal 252 187 25
Hex FC BB 19

RGB Percentages of Color #fcbb19

%54.31
%40.30
%5.39

CMYK Percentages of Color #fcbb19

%0
%26
%90
%1

Triadic Colors of #fcbb19

#fcbb19 #19fcbb #bb19fc

Analogous Colors of #fcbb19

#fcbb19 #ccfc19 #fc4919

Monochromatic Colors of #fcbb19

#fcbb19

Complementary Color

#fcbb19 #195afc

#fcbb19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbb19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbb19 Color CSS Codes

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

#fcbb19 Text Font Color

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

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


#fcbb19 Background Color

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

This div background color is #fcbb19


#fcbb19 Border Color

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

This div border color is #fcbb19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbb19


Comments

No comments written yet.

Please login to write comment.