Color Hex Logo

#fec95f Color Hex

#FEC95F
(254,201,95)
0 Favorites   0 Comments

Color spaces of #fec95f

RGB 25420195
HSL0.110.990.68
HSV40°63°100°
CMYK 0.000.210.63   0.00
XYZ63.825363.670319.7521
Yxy63.67030.43350.4324
Hunter Lab79.79373.139541.1789
CIE-Lab83.79387.700458.8406

#fec95f color RGB value is (254,201,95).

#fec95f hex color red value is 254, green value is 201 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #fec95f hue: 0.11 , saturation: 0.99 and the lightness value of fec95f is 0.68.

The process color (four color CMYK) of #fec95f color hex is 0.00, 0.21, 0.63, 0.00. Web safe color of #fec95f is #ffcc66. Color #fec95f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001001 01011111
Octal 376 311 137
Decimal 254 201 95
Hex FE C9 5F

RGB Percentages of Color #fec95f

%46.18
%36.55
%17.27

CMYK Percentages of Color #fec95f

%0
%21
%63
%0

Triadic Colors of #fec95f

#fec95f #5ffec9 #c95ffe

Analogous Colors of #fec95f

#fec95f #e4fe5f #fe7a5f

Monochromatic Colors of #fec95f

#fec95f

Complementary Color

#fec95f #5f94fe

#fec95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec95f Color CSS Codes

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

#fec95f Text Font Color

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

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


#fec95f Background Color

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

This div background color is #fec95f


#fec95f Border Color

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

This div border color is #fec95f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,201,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fec95f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec95f


Comments

No comments written yet.

Please login to write comment.