Color Hex Logo

#fcae4d Color Hex

#FCAE4D
(252,174,77)
0 Favorites   0 Comments

Color spaces of #fcae4d

RGB 25217477
HSL0.090.970.65
HSV33°69°99°
CMYK 0.000.310.69   0.01
XYZ56.620551.503413.9781
Yxy51.50340.46370.4218
Hunter Lab71.765915.239338.6880
CIE-Lab76.982919.920459.4228

#fcae4d color RGB value is (252,174,77).

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

The process color (four color CMYK) of #fcae4d color hex is 0.00, 0.31, 0.69, 0.01. Web safe color of #fcae4d is #ff9966. Color #fcae4d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101110 01001101
Octal 374 256 115
Decimal 252 174 77
Hex FC AE 4D

RGB Percentages of Color #fcae4d

%50.10
%34.59
%15.31

CMYK Percentages of Color #fcae4d

%0
%31
%69
%1

Triadic Colors of #fcae4d

#fcae4d #4dfcae #ae4dfc

Analogous Colors of #fcae4d

#fcae4d #f3fc4d #fc564d

Monochromatic Colors of #fcae4d

#fcae4d

Complementary Color

#fcae4d #4d9bfc

#fcae4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcae4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcae4d Color CSS Codes

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

#fcae4d Text Font Color

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

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


#fcae4d Background Color

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

This div background color is #fcae4d


#fcae4d Border Color

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

This div border color is #fcae4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcae4d


Comments

No comments written yet.

Please login to write comment.