Color Hex Logo

#fc9e8a Color Hex

#FC9E8A
(252,158,138)
0 Favorites   0 Comments

Color spaces of #fc9e8a

RGB 252158138
HSL0.030.950.76
HSV11°45°99°
CMYK 0.000.370.45   0.01
XYZ56.959246.984130.1115
Yxy46.98410.42490.3505
Hunter Lab68.544928.375521.9356
CIE-Lab74.179632.841025.1792

#fc9e8a color RGB value is (252,158,138).

#fc9e8a hex color red value is 252, green value is 158 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #fc9e8a hue: 0.03 , saturation: 0.95 and the lightness value of fc9e8a is 0.76.

The process color (four color CMYK) of #fc9e8a color hex is 0.00, 0.37, 0.45, 0.01. Web safe color of #fc9e8a is #ff9999. Color #fc9e8a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011110 10001010
Octal 374 236 212
Decimal 252 158 138
Hex FC 9E 8A

RGB Percentages of Color #fc9e8a

%45.99
%28.83
%25.18

CMYK Percentages of Color #fc9e8a

%0
%37
%45
%1

Triadic Colors of #fc9e8a

#fc9e8a #8afc9e #9e8afc

Analogous Colors of #fc9e8a

#fc9e8a #fcd78a #fc8aaf

Monochromatic Colors of #fc9e8a

#fc9e8a

Complementary Color

#fc9e8a #8ae8fc

#fc9e8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9e8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9e8a Color CSS Codes

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

#fc9e8a Text Font Color

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

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


#fc9e8a Background Color

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

This div background color is #fc9e8a


#fc9e8a Border Color

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

This div border color is #fc9e8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9e8a


Comments

No comments written yet.

Please login to write comment.