Color Hex Logo

#fd8c9a Color Hex

#FD8C9A
(253,140,154)
0 Favorites   0 Comments

Color spaces of #fd8c9a

RGB 253140154
HSL0.980.970.77
HSV353°45°99°
CMYK 0.000.450.39   0.01
XYZ55.718841.971935.7365
Yxy41.97190.41760.3146
Hunter Lab64.785740.143512.6450
CIE-Lab70.851544.103611.7859

#fd8c9a color RGB value is (253,140,154).

#fd8c9a hex color red value is 253, green value is 140 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #fd8c9a hue: 0.98 , saturation: 0.97 and the lightness value of fd8c9a is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001100 10011010
Octal 375 214 232
Decimal 253 140 154
Hex FD 8C 9A

RGB Percentages of Color #fd8c9a

%46.25
%25.59
%28.15

CMYK Percentages of Color #fd8c9a

%0
%45
%39
%1

Triadic Colors of #fd8c9a

#fd8c9a #9afd8c #8c9afd

Analogous Colors of #fd8c9a

#fd8c9a #fdb78c #fd8cd3

Monochromatic Colors of #fd8c9a

#fd8c9a

Complementary Color

#fd8c9a #8cfdef

#fd8c9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8c9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8c9a Color CSS Codes

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

#fd8c9a Text Font Color

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

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


#fd8c9a Background Color

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

This div background color is #fd8c9a


#fd8c9a Border Color

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

This div border color is #fd8c9a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,140,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fd8c9a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fd8c9a;
  -webkit-box-shadow: 1px 1px 3px 2px #fd8c9a;
  box-shadow:         1px 1px 3px 2px #fd8c9a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,140,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8c9a


Comments

No comments written yet.

Please login to write comment.