Color Hex Logo

#fd8566 Color Hex

#FD8566
(253,133,102)
0 Favorites   0 Comments

Color spaces of #fd8566

RGB 253133102
HSL0.030.970.70
HSV12°60°99°
CMYK 0.000.470.60   0.01
XYZ51.293838.617017.3207
Yxy38.61700.47830.3601
Hunter Lab62.142638.588226.9742
CIE-Lab68.472942.971737.2756

#fd8566 color RGB value is (253,133,102).

#fd8566 hex color red value is 253, green value is 133 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #fd8566 hue: 0.03 , saturation: 0.97 and the lightness value of fd8566 is 0.70.

The process color (four color CMYK) of #fd8566 color hex is 0.00, 0.47, 0.60, 0.01. Web safe color of #fd8566 is #ff9966. Color #fd8566 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000101 01100110
Octal 375 205 146
Decimal 253 133 102
Hex FD 85 66

RGB Percentages of Color #fd8566

%51.84
%27.25
%20.90

CMYK Percentages of Color #fd8566

%0
%47
%60
%1

Triadic Colors of #fd8566

#fd8566 #66fd85 #8566fd

Analogous Colors of #fd8566

#fd8566 #fdd166 #fd6693

Monochromatic Colors of #fd8566

#fd8566

Complementary Color

#fd8566 #66defd

#fd8566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8566 Color CSS Codes

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

#fd8566 Text Font Color

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

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


#fd8566 Background Color

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

This div background color is #fd8566


#fd8566 Border Color

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

This div border color is #fd8566


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8566


Comments

No comments written yet.

Please login to write comment.