Color Hex Logo

#fce714 Color Hex

#FCE714
(252,231,20)
0 Favorites   0 Comments

Color spaces of #fce714

RGB 25223120
HSL0.150.970.53
HSV55°92°99°
CMYK 0.000.080.92   0.01
XYZ68.847177.897812.0690
Yxy77.89780.43350.4905
Hunter Lab88.2597-15.215453.6743
CIE-Lab90.7332-11.016487.9500

#fce714 color RGB value is (252,231,20).

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

The process color (four color CMYK) of #fce714 color hex is 0.00, 0.08, 0.92, 0.01. Web safe color of #fce714 is #ffff00. Color #fce714 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100111 00010100
Octal 374 347 24
Decimal 252 231 20
Hex FC E7 14

RGB Percentages of Color #fce714

%50.10
%45.92
%3.98

CMYK Percentages of Color #fce714

%0
%8
%92
%1

Triadic Colors of #fce714

#fce714 #14fce7 #e714fc

Analogous Colors of #fce714

#fce714 #9dfc14 #fc7314

Monochromatic Colors of #fce714

#fce714

Complementary Color

#fce714 #1429fc

#fce714 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce714 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce714 Color CSS Codes

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

#fce714 Text Font Color

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

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


#fce714 Background Color

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

This div background color is #fce714


#fce714 Border Color

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

This div border color is #fce714


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce714

Related Colors


Comments

No comments written yet.

Please login to write comment.