Color Hex Logo

#fcab08 Color Hex

#FCAB08
(252,171,8)
0 Favorites   0 Comments

Color spaces of #fcab08

RGB 2521718
HSL0.110.980.51
HSV40°97°99°
CMYK 0.000.320.97   0.01
XYZ54.751649.83886.9639
Yxy49.83880.49080.4468
Hunter Lab70.596614.892743.5690
CIE-Lab75.970219.604978.5870

#fcab08 color RGB value is (252,171,8).

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

The process color (four color CMYK) of #fcab08 color hex is 0.00, 0.32, 0.97, 0.01. Web safe color of #fcab08 is #ff9900. Color #fcab08 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 00001000
Octal 374 253 10
Decimal 252 171 8
Hex FC AB 8

RGB Percentages of Color #fcab08

%58.47
%39.68
%1.86

CMYK Percentages of Color #fcab08

%0
%32
%97
%1

Triadic Colors of #fcab08

#fcab08 #08fcab #ab08fc

Analogous Colors of #fcab08

#fcab08 #d3fc08 #fc3108

Monochromatic Colors of #fcab08

#fcab08

Complementary Color

#fcab08 #0859fc

#fcab08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcab08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcab08 Color CSS Codes

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

#fcab08 Text Font Color

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

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


#fcab08 Background Color

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

This div background color is #fcab08


#fcab08 Border Color

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

This div border color is #fcab08


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,171,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 #fcab08">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcab08


Comments

No comments written yet.

Please login to write comment.