Color Hex Logo

#fcab07 Color Hex

#FCAB07
(252,171,7)
0 Favorites   0 Comments

Color spaces of #fcab07

RGB 2521717
HSL0.110.980.51
HSV40°97°99°
CMYK 0.000.320.97   0.01
XYZ54.746149.83666.9350
Yxy49.83660.49090.4469
Hunter Lab70.595014.884543.5921
CIE-Lab75.968919.596878.6954

#fcab07 color RGB value is (252,171,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 00000111
Octal 374 253 7
Decimal 252 171 7
Hex FC AB 7

RGB Percentages of Color #fcab07

%58.60
%39.77
%1.63

CMYK Percentages of Color #fcab07

%0
%32
%97
%1

Triadic Colors of #fcab07

#fcab07 #07fcab #ab07fc

Analogous Colors of #fcab07

#fcab07 #d3fc07 #fc3107

Monochromatic Colors of #fcab07

#fcab07

Complementary Color

#fcab07 #0758fc

#fcab07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcab07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcab07 Color CSS Codes

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

#fcab07 Text Font Color

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

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


#fcab07 Background Color

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

This div background color is #fcab07


#fcab07 Border Color

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

This div border color is #fcab07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcab07

Related Colors


Comments

No comments written yet.

Please login to write comment.