Color Hex Logo

#fcae08 Color Hex

#FCAE08
(252,174,8)
0 Favorites   0 Comments

Color spaces of #fcae08

RGB 2521748
HSL0.110.980.51
HSV41°97°99°
CMYK 0.000.310.97   0.01
XYZ55.324850.98517.1549
Yxy50.98510.48760.4493
Hunter Lab71.403913.347844.0416
CIE-Lab76.670018.035479.0688

#fcae08 color RGB value is (252,174,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101110 00001000
Octal 374 256 10
Decimal 252 174 8
Hex FC AE 8

RGB Percentages of Color #fcae08

%58.06
%40.09
%1.84

CMYK Percentages of Color #fcae08

%0
%31
%97
%1

Triadic Colors of #fcae08

#fcae08 #08fcae #ae08fc

Analogous Colors of #fcae08

#fcae08 #d0fc08 #fc3408

Monochromatic Colors of #fcae08

#fcae08

Complementary Color

#fcae08 #0856fc

#fcae08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcae08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcae08 Color CSS Codes

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

#fcae08 Text Font Color

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

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


#fcae08 Background Color

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

This div background color is #fcae08


#fcae08 Border Color

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

This div border color is #fcae08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcae08


Comments

No comments written yet.

Please login to write comment.