Color Hex Logo

#fd896d Color Hex

#FD896D
(253,137,109)
0 Favorites   0 Comments

Color spaces of #fd896d

RGB 253137109
HSL0.030.970.71
HSV12°57°99°
CMYK 0.000.460.57   0.01
XYZ52.214039.878119.4133
Yxy39.87810.46830.3576
Hunter Lab63.149137.079425.9774
CIE-Lab69.382641.470534.6448

#fd896d color RGB value is (253,137,109).

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

The process color (four color CMYK) of #fd896d color hex is 0.00, 0.46, 0.57, 0.01. Web safe color of #fd896d is #ff9966. Color #fd896d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001001 01101101
Octal 375 211 155
Decimal 253 137 109
Hex FD 89 6D

RGB Percentages of Color #fd896d

%50.70
%27.45
%21.84

CMYK Percentages of Color #fd896d

%0
%46
%57
%1

Triadic Colors of #fd896d

#fd896d #6dfd89 #896dfd

Analogous Colors of #fd896d

#fd896d #fdd16d #fd6d99

Monochromatic Colors of #fd896d

#fd896d

Complementary Color

#fd896d #6de1fd

#fd896d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd896d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd896d Color CSS Codes

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

#fd896d Text Font Color

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

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


#fd896d Background Color

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

This div background color is #fd896d


#fd896d Border Color

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

This div border color is #fd896d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd896d


Comments

No comments written yet.

Please login to write comment.