Color Hex Logo

#fce94f Color Hex

#FCE94F
(252,233,79)
1 Favorites   0 Comments

Color spaces of #fce94f

RGB 25223379
HSL0.150.970.65
HSV53°69°99°
CMYK 0.000.080.69   0.01
XYZ70.695179.537819.0234
Yxy79.53780.41770.4699
Hunter Lab89.1840-14.577149.7819
CIE-Lab91.4771-10.240273.4974

#fce94f color RGB value is (252,233,79).

#fce94f hex color red value is 252, green value is 233 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #fce94f hue: 0.15 , saturation: 0.97 and the lightness value of fce94f is 0.65.

The process color (four color CMYK) of #fce94f color hex is 0.00, 0.08, 0.69, 0.01. Web safe color of #fce94f is #ffff66. Color #fce94f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101001 01001111
Octal 374 351 117
Decimal 252 233 79
Hex FC E9 4F

RGB Percentages of Color #fce94f

%44.68
%41.31
%14.01

CMYK Percentages of Color #fce94f

%0
%8
%69
%1

Triadic Colors of #fce94f

#fce94f #4ffce9 #e94ffc

Analogous Colors of #fce94f

#fce94f #b9fc4f #fc934f

Monochromatic Colors of #fce94f

#fce94f

Complementary Color

#fce94f #4f62fc

#fce94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce94f Color CSS Codes

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

#fce94f Text Font Color

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

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


#fce94f Background Color

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

This div background color is #fce94f


#fce94f Border Color

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

This div border color is #fce94f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,233,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fce94f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fce94f;
  -webkit-box-shadow: 1px 1px 3px 2px #fce94f;
  box-shadow:         1px 1px 3px 2px #fce94f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,233,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce94f


Comments

No comments written yet.

Please login to write comment.