Color Hex Logo

#fccaae Color Hex

#FCCAAE
(252,202,174)
0 Favorites   0 Comments

Color spaces of #fccaae

RGB 252202174
HSL0.060.930.84
HSV22°31°99°
CMYK 0.000.200.31   0.01
XYZ68.905465.992549.1505
Yxy65.99250.37440.3586
Hunter Lab81.23589.243820.9925
CIE-Lab84.992613.854620.7038

#fccaae color RGB value is (252,202,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001010 10101110
Octal 374 312 256
Decimal 252 202 174
Hex FC CA AE

RGB Percentages of Color #fccaae

%40.13
%32.17
%27.71

CMYK Percentages of Color #fccaae

%0
%20
%31
%1

Triadic Colors of #fccaae

#fccaae #aefcca #caaefc

Analogous Colors of #fccaae

#fccaae #fcf1ae #fcaeb9

Monochromatic Colors of #fccaae

#fccaae

Complementary Color

#fccaae #aee0fc

#fccaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccaae Color CSS Codes

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

#fccaae Text Font Color

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

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


#fccaae Background Color

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

This div background color is #fccaae


#fccaae Border Color

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

This div border color is #fccaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccaae

Related Colors


Comments

No comments written yet.

Please login to write comment.