Color Hex Logo

#fcc7ae Color Hex

#FCC7AE
(252,199,174)
0 Favorites   0 Comments

Color spaces of #fcc7ae

RGB 252199174
HSL0.050.930.84
HSV19°31°99°
CMYK 0.000.210.31   0.01
XYZ68.208364.598348.9181
Yxy64.59830.37530.3555
Hunter Lab80.373110.830520.1750
CIE-Lab84.276315.422119.7110

#fcc7ae color RGB value is (252,199,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000111 10101110
Octal 374 307 256
Decimal 252 199 174
Hex FC C7 AE

RGB Percentages of Color #fcc7ae

%40.32
%31.84
%27.84

CMYK Percentages of Color #fcc7ae

%0
%21
%31
%1

Triadic Colors of #fcc7ae

#fcc7ae #aefcc7 #c7aefc

Analogous Colors of #fcc7ae

#fcc7ae #fceeae #fcaebc

Monochromatic Colors of #fcc7ae

#fcc7ae

Complementary Color

#fcc7ae #aee3fc

#fcc7ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc7ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc7ae Color CSS Codes

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

#fcc7ae Text Font Color

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

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


#fcc7ae Background Color

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

This div background color is #fcc7ae


#fcc7ae Border Color

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

This div border color is #fcc7ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,199,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 #fcc7ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc7ae


Comments

No comments written yet.

Please login to write comment.