Color Hex Logo

#fece95 Color Hex

#FECE95
(254,206,149)
0 Favorites   0 Comments

Color spaces of #fece95

RGB 254206149
HSL0.090.980.79
HSV33°41°100°
CMYK 0.000.190.41   0.00
XYZ68.369267.383437.8366
Yxy67.38340.39390.3882
Hunter Lab82.08745.016730.1326
CIE-Lab85.69729.649434.7307

#fece95 color RGB value is (254,206,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 10010101
Octal 376 316 225
Decimal 254 206 149
Hex FE CE 95

RGB Percentages of Color #fece95

%41.71
%33.83
%24.47

CMYK Percentages of Color #fece95

%0
%19
%41
%0

Triadic Colors of #fece95

#fece95 #95fece #ce95fe

Analogous Colors of #fece95

#fece95 #fafe95 #fe9a95

Monochromatic Colors of #fece95

#fece95

Complementary Color

#fece95 #95c5fe

#fece95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fece95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fece95 Color CSS Codes

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

#fece95 Text Font Color

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

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


#fece95 Background Color

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

This div background color is #fece95


#fece95 Border Color

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

This div border color is #fece95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fece95


Comments

No comments written yet.

Please login to write comment.