Color Hex Logo

#fcba08 Color Hex

#FCBA08
(252,186,8)
0 Favorites   0 Comments

Color spaces of #fcba08

RGB 2521868
HSL0.120.980.51
HSV44°97°99°
CMYK 0.000.260.97   0.01
XYZ57.747655.83087.9625
Yxy55.83080.47510.4594
Hunter Lab74.72007.194345.9858
CIE-Lab79.517411.769281.0492

#fcba08 color RGB value is (252,186,8).

#fcba08 hex color red value is 252, green value is 186 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #fcba08 hue: 0.12 , saturation: 0.98 and the lightness value of fcba08 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111010 00001000
Octal 374 272 10
Decimal 252 186 8
Hex FC BA 8

RGB Percentages of Color #fcba08

%56.50
%41.70
%1.79

CMYK Percentages of Color #fcba08

%0
%26
%97
%1

Triadic Colors of #fcba08

#fcba08 #08fcba #ba08fc

Analogous Colors of #fcba08

#fcba08 #c4fc08 #fc4008

Monochromatic Colors of #fcba08

#fcba08

Complementary Color

#fcba08 #084afc

#fcba08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcba08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcba08 Color CSS Codes

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

#fcba08 Text Font Color

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

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


#fcba08 Background Color

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

This div background color is #fcba08


#fcba08 Border Color

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

This div border color is #fcba08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcba08


Comments

No comments written yet.

Please login to write comment.