Color Hex Logo

#fead95 Color Hex

#FEAD95
(254,173,149)
0 Favorites   0 Comments

Color spaces of #fead95

RGB 254173149
HSL0.040.980.79
HSV14°41°100°
CMYK 0.000.320.41   0.00
XYZ61.241453.127935.4607
Yxy53.12790.40870.3546
Hunter Lab72.888922.420522.1774
CIE-Lab77.950526.897124.3812

#fead95 color RGB value is (254,173,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101101 10010101
Octal 376 255 225
Decimal 254 173 149
Hex FE AD 95

RGB Percentages of Color #fead95

%44.10
%30.03
%25.87

CMYK Percentages of Color #fead95

%0
%32
%41
%0

Triadic Colors of #fead95

#fead95 #95fead #ad95fe

Analogous Colors of #fead95

#fead95 #fee295 #fe95b2

Monochromatic Colors of #fead95

#fead95

Complementary Color

#fead95 #95e6fe

#fead95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fead95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fead95 Color CSS Codes

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

#fead95 Text Font Color

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

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


#fead95 Background Color

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

This div background color is #fead95


#fead95 Border Color

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

This div border color is #fead95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fead95


Comments

No comments written yet.

Please login to write comment.