Color Hex Logo

#fead91 Color Hex

#FEAD91
(254,173,145)
0 Favorites   0 Comments

Color spaces of #fead91

RGB 254173145
HSL0.040.980.78
HSV15°43°100°
CMYK 0.000.320.43   0.00
XYZ60.927553.002333.8073
Yxy53.00230.41240.3588
Hunter Lab72.802721.979423.4294
CIE-Lab77.876426.477426.4262

#fead91 color RGB value is (254,173,145).

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

The process color (four color CMYK) of #fead91 color hex is 0.00, 0.32, 0.43, 0.00. Web safe color of #fead91 is #ff9999. Color #fead91 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101101 10010001
Octal 376 255 221
Decimal 254 173 145
Hex FE AD 91

RGB Percentages of Color #fead91

%44.41
%30.24
%25.35

CMYK Percentages of Color #fead91

%0
%32
%43
%0

Triadic Colors of #fead91

#fead91 #91fead #ad91fe

Analogous Colors of #fead91

#fead91 #fee491 #fe91ac

Monochromatic Colors of #fead91

#fead91

Complementary Color

#fead91 #91e2fe

#fead91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fead91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fead91 Color CSS Codes

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

#fead91 Text Font Color

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

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


#fead91 Background Color

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

This div background color is #fead91


#fead91 Border Color

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

This div border color is #fead91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fead91

Related Colors


Comments

No comments written yet.

Please login to write comment.