Color Hex Logo

#fcae72 Color Hex

#FCAE72
(252,174,114)
0 Favorites   0 Comments

Color spaces of #fcae72

RGB 252174114
HSL0.070.960.72
HSV26°55°99°
CMYK 0.000.310.55   0.01
XYZ58.318252.182522.9181
Yxy52.18250.43710.3911
Hunter Lab72.237517.689731.7558
CIE-Lab77.389822.330042.0473

#fcae72 color RGB value is (252,174,114).

#fcae72 hex color red value is 252, green value is 174 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #fcae72 hue: 0.07 , saturation: 0.96 and the lightness value of fcae72 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101110 01110010
Octal 374 256 162
Decimal 252 174 114
Hex FC AE 72

RGB Percentages of Color #fcae72

%46.67
%32.22
%21.11

CMYK Percentages of Color #fcae72

%0
%31
%55
%1

Triadic Colors of #fcae72

#fcae72 #72fcae #ae72fc

Analogous Colors of #fcae72

#fcae72 #fcf372 #fc727b

Monochromatic Colors of #fcae72

#fcae72

Complementary Color

#fcae72 #72c0fc

#fcae72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcae72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcae72 Color CSS Codes

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

#fcae72 Text Font Color

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

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


#fcae72 Background Color

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

This div background color is #fcae72


#fcae72 Border Color

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

This div border color is #fcae72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcae72


Comments

No comments written yet.

Please login to write comment.