Color Hex Logo

#fd937e Color Hex

#FD937E
(253,147,126)
0 Favorites   0 Comments

Color spaces of #fd937e

RGB 253147126
HSL0.030.970.74
HSV10°50°99°
CMYK 0.000.420.50   0.01
XYZ54.707643.256425.2046
Yxy43.25640.44420.3512
Hunter Lab65.769633.380723.3173
CIE-Lab71.728737.776028.4549

#fd937e color RGB value is (253,147,126).

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

The process color (four color CMYK) of #fd937e color hex is 0.00, 0.42, 0.50, 0.01. Web safe color of #fd937e is #ff9966. Color #fd937e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010011 01111110
Octal 375 223 176
Decimal 253 147 126
Hex FD 93 7E

RGB Percentages of Color #fd937e

%48.10
%27.95
%23.95

CMYK Percentages of Color #fd937e

%0
%42
%50
%1

Triadic Colors of #fd937e

#fd937e #7efd93 #937efd

Analogous Colors of #fd937e

#fd937e #fdd37e #fd7ea9

Monochromatic Colors of #fd937e

#fd937e

Complementary Color

#fd937e #7ee8fd

#fd937e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd937e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd937e Color CSS Codes

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

#fd937e Text Font Color

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

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


#fd937e Background Color

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

This div background color is #fd937e


#fd937e Border Color

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

This div border color is #fd937e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd937e


Comments

No comments written yet.

Please login to write comment.