Color Hex Logo

#ff976c Color Hex

#FF976C
(255,151,108)
0 Favorites   0 Comments

Color spaces of #ff976c

RGB 255151108
HSL0.051.000.71
HSV18°58°100°
CMYK 0.000.410.58   0.00
XYZ55.013444.475919.8725
Yxy44.47590.46090.3726
Hunter Lab66.690330.538329.0158
CIE-Lab72.545435.028939.2173

#ff976c color RGB value is (255,151,108).

#ff976c hex color red value is 255, green value is 151 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ff976c hue: 0.05 , saturation: 1.00 and the lightness value of ff976c is 0.71.

The process color (four color CMYK) of #ff976c color hex is 0.00, 0.41, 0.58, 0.00. Web safe color of #ff976c is #ff9966. Color #ff976c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10010111 01101100
Octal 377 227 154
Decimal 255 151 108
Hex FF 97 6C

RGB Percentages of Color #ff976c

%49.61
%29.38
%21.01

CMYK Percentages of Color #ff976c

%0
%41
%58
%0

Triadic Colors of #ff976c

#ff976c #6cff97 #976cff

Analogous Colors of #ff976c

#ff976c #ffe16c #ff6c8b

Monochromatic Colors of #ff976c

#ff976c

Complementary Color

#ff976c #6cd4ff

#ff976c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff976c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff976c Color CSS Codes

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

#ff976c Text Font Color

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

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


#ff976c Background Color

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

This div background color is #ff976c


#ff976c Border Color

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

This div border color is #ff976c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff976c


Comments

No comments written yet.

Please login to write comment.