Color Hex Logo

#fd845e Color Hex

#FD845E
(253,132,94)
0 Favorites   0 Comments

Color spaces of #fd845e

RGB 25313294
HSL0.040.980.68
HSV14°63°99°
CMYK 0.000.480.63   0.01
XYZ50.779738.193315.2853
Yxy38.19330.48710.3663
Hunter Lab61.800738.516528.5962
CIE-Lab68.162842.943741.1639

#fd845e color RGB value is (253,132,94).

#fd845e hex color red value is 253, green value is 132 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #fd845e hue: 0.04 , saturation: 0.98 and the lightness value of fd845e is 0.68.

The process color (four color CMYK) of #fd845e color hex is 0.00, 0.48, 0.63, 0.01. Web safe color of #fd845e is #ff9966. Color #fd845e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000100 01011110
Octal 375 204 136
Decimal 253 132 94
Hex FD 84 5E

RGB Percentages of Color #fd845e

%52.82
%27.56
%19.62

CMYK Percentages of Color #fd845e

%0
%48
%63
%1

Triadic Colors of #fd845e

#fd845e #5efd84 #845efd

Analogous Colors of #fd845e

#fd845e #fdd45e #fd5e88

Monochromatic Colors of #fd845e

#fd845e

Complementary Color

#fd845e #5ed7fd

#fd845e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd845e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd845e Color CSS Codes

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

#fd845e Text Font Color

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

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


#fd845e Background Color

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

This div background color is #fd845e


#fd845e Border Color

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

This div border color is #fd845e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd845e


Comments

No comments written yet.

Please login to write comment.