Color Hex Logo

#fce414 Color Hex

#FCE414
(252,228,20)
0 Favorites   0 Comments

Color spaces of #fce414

RGB 25222820
HSL0.150.970.53
HSV54°92°99°
CMYK 0.000.100.92   0.01
XYZ68.014676.232811.7915
Yxy76.23280.43590.4885
Hunter Lab87.3114-13.745453.1108
CIE-Lab89.9673-9.532287.3715

#fce414 color RGB value is (252,228,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100100 00010100
Octal 374 344 24
Decimal 252 228 20
Hex FC E4 14

RGB Percentages of Color #fce414

%50.40
%45.60
%4.00

CMYK Percentages of Color #fce414

%0
%10
%92
%1

Triadic Colors of #fce414

#fce414 #14fce4 #e414fc

Analogous Colors of #fce414

#fce414 #a0fc14 #fc7014

Monochromatic Colors of #fce414

#fce414

Complementary Color

#fce414 #142cfc

#fce414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce414 Color CSS Codes

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

#fce414 Text Font Color

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

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


#fce414 Background Color

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

This div background color is #fce414


#fce414 Border Color

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

This div border color is #fce414


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce414


Comments

No comments written yet.

Please login to write comment.