Color Hex Logo

#fe997c Color Hex

#FE997C
(254,153,124)
0 Favorites   0 Comments

Color spaces of #fe997c

RGB 254153124
HSL0.040.980.74
HSV13°51°100°
CMYK 0.000.400.51   0.00
XYZ55.902445.308524.8678
Yxy45.30850.44340.3594
Hunter Lab67.311630.449325.2138
CIE-Lab73.094634.894531.3594

#fe997c color RGB value is (254,153,124).

#fe997c hex color red value is 254, green value is 153 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #fe997c hue: 0.04 , saturation: 0.98 and the lightness value of fe997c is 0.74.

The process color (four color CMYK) of #fe997c color hex is 0.00, 0.40, 0.51, 0.00. Web safe color of #fe997c is #ff9966. Color #fe997c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011001 01111100
Octal 376 231 174
Decimal 254 153 124
Hex FE 99 7C

RGB Percentages of Color #fe997c

%47.83
%28.81
%23.35

CMYK Percentages of Color #fe997c

%0
%40
%51
%0

Triadic Colors of #fe997c

#fe997c #7cfe99 #997cfe

Analogous Colors of #fe997c

#fe997c #feda7c #fe7ca0

Monochromatic Colors of #fe997c

#fe997c

Complementary Color

#fe997c #7ce1fe

#fe997c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe997c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe997c Color CSS Codes

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

#fe997c Text Font Color

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

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


#fe997c Background Color

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

This div background color is #fe997c


#fe997c Border Color

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

This div border color is #fe997c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,153,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fe997c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fe997c;
  -webkit-box-shadow: 1px 1px 3px 2px #fe997c;
  box-shadow:         1px 1px 3px 2px #fe997c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,153,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe997c

Related Colors


Comments

No comments written yet.

Please login to write comment.