Color Hex Logo

#fcae15 Color Hex

#FCAE15
(252,174,21)
0 Favorites   0 Comments

Color spaces of #fcae15

RGB 25217421
HSL0.110.970.54
HSV40°92°99°
CMYK 0.000.310.92   0.01
XYZ55.416351.02177.6369
Yxy51.02170.48580.4473
Hunter Lab71.429513.482043.6616
CIE-Lab76.692218.169977.3340

#fcae15 color RGB value is (252,174,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101110 00010101
Octal 374 256 25
Decimal 252 174 21
Hex FC AE 15

RGB Percentages of Color #fcae15

%56.38
%38.93
%4.70

CMYK Percentages of Color #fcae15

%0
%31
%92
%1

Triadic Colors of #fcae15

#fcae15 #15fcae #ae15fc

Analogous Colors of #fcae15

#fcae15 #d7fc15 #fc3a15

Monochromatic Colors of #fcae15

#fcae15

Complementary Color

#fcae15 #1563fc

#fcae15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcae15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcae15 Color CSS Codes

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

#fcae15 Text Font Color

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

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


#fcae15 Background Color

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

This div background color is #fcae15


#fcae15 Border Color

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

This div border color is #fcae15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcae15


Comments

No comments written yet.

Please login to write comment.