Color Hex Logo

#fd977b Color Hex

#FD977B
(253,151,123)
0 Favorites   0 Comments

Color spaces of #fd977b

RGB 253151123
HSL0.040.970.74
HSV13°51°99°
CMYK 0.000.400.51   0.01
XYZ55.149844.445924.4111
Yxy44.44590.44470.3584
Hunter Lab66.667830.992624.9578
CIE-Lab72.525535.458831.1313

#fd977b color RGB value is (253,151,123).

#fd977b hex color red value is 253, green value is 151 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #fd977b hue: 0.04 , saturation: 0.97 and the lightness value of fd977b is 0.74.

The process color (four color CMYK) of #fd977b color hex is 0.00, 0.40, 0.51, 0.01. Web safe color of #fd977b is #ff9966. Color #fd977b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010111 01111011
Octal 375 227 173
Decimal 253 151 123
Hex FD 97 7B

RGB Percentages of Color #fd977b

%48.01
%28.65
%23.34

CMYK Percentages of Color #fd977b

%0
%40
%51
%1

Triadic Colors of #fd977b

#fd977b #7bfd97 #977bfd

Analogous Colors of #fd977b

#fd977b #fdd87b #fd7ba0

Monochromatic Colors of #fd977b

#fd977b

Complementary Color

#fd977b #7be1fd

#fd977b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd977b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd977b Color CSS Codes

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

#fd977b Text Font Color

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

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


#fd977b Background Color

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

This div background color is #fd977b


#fd977b Border Color

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

This div border color is #fd977b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd977b

Related Colors


Comments

No comments written yet.

Please login to write comment.