Color Hex Logo

#fcae90 Color Hex

#FCAE90
(252,174,144)
0 Favorites   0 Comments

Color spaces of #fcae90

RGB 252174144
HSL0.050.950.78
HSV17°43°99°
CMYK 0.000.310.43   0.01
XYZ60.315052.981233.4330
Yxy52.98120.41110.3611
Hunter Lab72.788220.532423.7187
CIE-Lab77.863925.081526.9064

#fcae90 color RGB value is (252,174,144).

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

The process color (four color CMYK) of #fcae90 color hex is 0.00, 0.31, 0.43, 0.01. Web safe color of #fcae90 is #ff9999. Color #fcae90 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101110 10010000
Octal 374 256 220
Decimal 252 174 144
Hex FC AE 90

RGB Percentages of Color #fcae90

%44.21
%30.53
%25.26

CMYK Percentages of Color #fcae90

%0
%31
%43
%1

Triadic Colors of #fcae90

#fcae90 #90fcae #ae90fc

Analogous Colors of #fcae90

#fcae90 #fce490 #fc90a8

Monochromatic Colors of #fcae90

#fcae90

Complementary Color

#fcae90 #90defc

#fcae90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcae90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcae90 Color CSS Codes

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

#fcae90 Text Font Color

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

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


#fcae90 Background Color

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

This div background color is #fcae90


#fcae90 Border Color

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

This div border color is #fcae90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcae90


Comments

No comments written yet.

Please login to write comment.