Color Hex Logo

#feca95 Color Hex

#FECA95
(254,202,149)
0 Favorites   0 Comments

Color spaces of #feca95

RGB 254202149
HSL0.080.980.79
HSV30°41°100°
CMYK 0.000.200.41   0.00
XYZ67.418465.481837.5197
Yxy65.48180.39560.3842
Hunter Lab80.92087.104129.1542
CIE-Lab84.731411.725833.4592

#feca95 color RGB value is (254,202,149).

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

The process color (four color CMYK) of #feca95 color hex is 0.00, 0.20, 0.41, 0.00. Web safe color of #feca95 is #ffcc99. Color #feca95 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001010 10010101
Octal 376 312 225
Decimal 254 202 149
Hex FE CA 95

RGB Percentages of Color #feca95

%41.98
%33.39
%24.63

CMYK Percentages of Color #feca95

%0
%20
%41
%0

Triadic Colors of #feca95

#feca95 #95feca #ca95fe

Analogous Colors of #feca95

#feca95 #fefe95 #fe9695

Monochromatic Colors of #feca95

#feca95

Complementary Color

#feca95 #95c9fe

#feca95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feca95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feca95 Color CSS Codes

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

#feca95 Text Font Color

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

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


#feca95 Background Color

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

This div background color is #feca95


#feca95 Border Color

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

This div border color is #feca95


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,202,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 #feca95">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feca95

Related Colors


Comments

No comments written yet.

Please login to write comment.