Color Hex Logo

#fec795 Color Hex

#FEC795
(254,199,149)
0 Favorites   0 Comments

Color spaces of #fec795

RGB 254199149
HSL0.080.980.79
HSV29°41°100°
CMYK 0.000.220.41   0.00
XYZ66.721364.087637.2873
Yxy64.08760.39690.3813
Hunter Lab80.05478.674328.4227
CIE-Lab84.011413.287232.5079

#fec795 color RGB value is (254,199,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000111 10010101
Octal 376 307 225
Decimal 254 199 149
Hex FE C7 95

RGB Percentages of Color #fec795

%42.19
%33.06
%24.75

CMYK Percentages of Color #fec795

%0
%22
%41
%0

Triadic Colors of #fec795

#fec795 #95fec7 #c795fe

Analogous Colors of #fec795

#fec795 #fefc95 #fe9598

Monochromatic Colors of #fec795

#fec795

Complementary Color

#fec795 #95ccfe

#fec795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec795 Color CSS Codes

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

#fec795 Text Font Color

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

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


#fec795 Background Color

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

This div background color is #fec795


#fec795 Border Color

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

This div border color is #fec795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec795

Related Colors


Comments

No comments written yet.

Please login to write comment.