Color Hex Logo

#fe997a Color Hex

#FE997A
(254,153,122)
0 Favorites   0 Comments

Color spaces of #fe997a

RGB 254153122
HSL0.040.990.74
HSV14°52°100°
CMYK 0.000.400.52   0.00
XYZ55.777145.258424.2083
Yxy45.25840.44530.3614
Hunter Lab67.274430.264025.7569
CIE-Lab73.061734.722932.3932

#fe997a color RGB value is (254,153,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011001 01111010
Octal 376 231 172
Decimal 254 153 122
Hex FE 99 7A

RGB Percentages of Color #fe997a

%48.02
%28.92
%23.06

CMYK Percentages of Color #fe997a

%0
%40
%52
%0

Triadic Colors of #fe997a

#fe997a #7afe99 #997afe

Analogous Colors of #fe997a

#fe997a #fedb7a #fe7a9d

Monochromatic Colors of #fe997a

#fe997a

Complementary Color

#fe997a #7adffe

#fe997a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe997a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe997a Color CSS Codes

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

#fe997a Text Font Color

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

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


#fe997a Background Color

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

This div background color is #fe997a


#fe997a Border Color

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

This div border color is #fe997a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe997a


Comments

No comments written yet.

Please login to write comment.