Color Hex Logo

#fce314 Color Hex

#FCE314
(252,227,20)
0 Favorites   0 Comments

Color spaces of #fce314

RGB 25222720
HSL0.150.970.53
HSV54°92°99°
CMYK 0.000.100.92   0.01
XYZ67.740275.684111.7000
Yxy75.68410.43670.4879
Hunter Lab86.9966-13.254452.9238
CIE-Lab89.7125-9.036087.1794

#fce314 color RGB value is (252,227,20).

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

The process color (four color CMYK) of #fce314 color hex is 0.00, 0.10, 0.92, 0.01. Web safe color of #fce314 is #ffcc00. Color #fce314 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100011 00010100
Octal 374 343 24
Decimal 252 227 20
Hex FC E3 14

RGB Percentages of Color #fce314

%50.50
%45.49
%4.01

CMYK Percentages of Color #fce314

%0
%10
%92
%1

Triadic Colors of #fce314

#fce314 #14fce3 #e314fc

Analogous Colors of #fce314

#fce314 #a1fc14 #fc6f14

Monochromatic Colors of #fce314

#fce314

Complementary Color

#fce314 #142dfc

#fce314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce314 Color CSS Codes

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

#fce314 Text Font Color

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

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


#fce314 Background Color

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

This div background color is #fce314


#fce314 Border Color

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

This div border color is #fce314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce314

Related Colors

#fce314 Color Palettes


Comments

No comments written yet.

Please login to write comment.