Color Hex Logo

#feec95 Color Hex

#FEEC95
(254,236,149)
0 Favorites   0 Comments

Color spaces of #feec95

RGB 254236149
HSL0.140.980.79
HSV50°41°100°
CMYK 0.000.070.41   0.00
XYZ76.293383.231740.4780
Yxy83.23170.38150.4162
Hunter Lab91.2314-10.382337.5559
CIE-Lab93.1158-5.648144.3227

#feec95 color RGB value is (254,236,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101100 10010101
Octal 376 354 225
Decimal 254 236 149
Hex FE EC 95

RGB Percentages of Color #feec95

%39.75
%36.93
%23.32

CMYK Percentages of Color #feec95

%0
%7
%41
%0

Triadic Colors of #feec95

#feec95 #95feec #ec95fe

Analogous Colors of #feec95

#feec95 #dcfe95 #feb895

Monochromatic Colors of #feec95

#feec95

Complementary Color

#feec95 #95a7fe

#feec95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feec95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feec95 Color CSS Codes

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

#feec95 Text Font Color

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

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


#feec95 Background Color

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

This div background color is #feec95


#feec95 Border Color

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

This div border color is #feec95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feec95


Comments

No comments written yet.

Please login to write comment.