Color Hex Logo

#fcc5ae Color Hex

#FCC5AE
(252,197,174)
0 Favorites   0 Comments

Color spaces of #fcc5ae

RGB 252197174
HSL0.050.930.84
HSV18°31°99°
CMYK 0.000.220.31   0.01
XYZ67.751163.683948.7658
Yxy63.68390.37600.3534
Hunter Lab79.802211.890519.6304
CIE-Lab83.800916.468819.0505

#fcc5ae color RGB value is (252,197,174).

#fcc5ae hex color red value is 252, green value is 197 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fcc5ae hue: 0.05 , saturation: 0.93 and the lightness value of fcc5ae is 0.84.

The process color (four color CMYK) of #fcc5ae color hex is 0.00, 0.22, 0.31, 0.01. Web safe color of #fcc5ae is #ffcc99. Color #fcc5ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000101 10101110
Octal 374 305 256
Decimal 252 197 174
Hex FC C5 AE

RGB Percentages of Color #fcc5ae

%40.45
%31.62
%27.93

CMYK Percentages of Color #fcc5ae

%0
%22
%31
%1

Triadic Colors of #fcc5ae

#fcc5ae #aefcc5 #c5aefc

Analogous Colors of #fcc5ae

#fcc5ae #fcecae #fcaebe

Monochromatic Colors of #fcc5ae

#fcc5ae

Complementary Color

#fcc5ae #aee5fc

#fcc5ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc5ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc5ae Color CSS Codes

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

#fcc5ae Text Font Color

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

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


#fcc5ae Background Color

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

This div background color is #fcc5ae


#fcc5ae Border Color

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

This div border color is #fcc5ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc5ae


Comments

No comments written yet.

Please login to write comment.