Color Hex Logo

#fcae38 Color Hex

#FCAE38
(252,174,56)
0 Favorites   0 Comments

Color spaces of #fcae38

RGB 25217456
HSL0.100.970.60
HSV36°78°99°
CMYK 0.000.310.78   0.01
XYZ55.994751.253110.6830
Yxy51.25310.47480.4346
Hunter Lab71.591314.328041.2665
CIE-Lab76.832119.015067.8107

#fcae38 color RGB value is (252,174,56).

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

The process color (four color CMYK) of #fcae38 color hex is 0.00, 0.31, 0.78, 0.01. Web safe color of #fcae38 is #ff9933. Color #fcae38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101110 00111000
Octal 374 256 70
Decimal 252 174 56
Hex FC AE 38

RGB Percentages of Color #fcae38

%52.28
%36.10
%11.62

CMYK Percentages of Color #fcae38

%0
%31
%78
%1

Triadic Colors of #fcae38

#fcae38 #38fcae #ae38fc

Analogous Colors of #fcae38

#fcae38 #e8fc38 #fc4c38

Monochromatic Colors of #fcae38

#fcae38

Complementary Color

#fcae38 #3886fc

#fcae38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcae38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcae38 Color CSS Codes

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

#fcae38 Text Font Color

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

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


#fcae38 Background Color

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

This div background color is #fcae38


#fcae38 Border Color

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

This div border color is #fcae38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcae38


Comments

No comments written yet.

Please login to write comment.