Color Hex Logo

#fef795 Color Hex

#FEF795
(254,247,149)
0 Favorites   0 Comments

Color spaces of #fef795

RGB 254247149
HSL0.160.980.79
HSV56°41°100°
CMYK 0.000.030.41   0.00
XYZ79.558689.762341.5664
Yxy89.76230.37730.4256
Hunter Lab94.7430-15.908240.3079
CIE-Lab95.8981-11.103847.8422

#fef795 color RGB value is (254,247,149).

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

The process color (four color CMYK) of #fef795 color hex is 0.00, 0.03, 0.41, 0.00. Web safe color of #fef795 is #ffff99. Color #fef795 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110111 10010101
Octal 376 367 225
Decimal 254 247 149
Hex FE F7 95

RGB Percentages of Color #fef795

%39.08
%38.00
%22.92

CMYK Percentages of Color #fef795

%0
%3
%41
%0

Triadic Colors of #fef795

#fef795 #95fef7 #f795fe

Analogous Colors of #fef795

#fef795 #d1fe95 #fec395

Monochromatic Colors of #fef795

#fef795

Complementary Color

#fef795 #959cfe

#fef795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef795 Color CSS Codes

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

#fef795 Text Font Color

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

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


#fef795 Background Color

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

This div background color is #fef795


#fef795 Border Color

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

This div border color is #fef795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef795


Comments

No comments written yet.

Please login to write comment.