Color Hex Logo

#fce00e Color Hex

#FCE00E
(252,224,14)
0 Favorites   0 Comments

Color spaces of #fce00e

RGB 25222414
HSL0.150.980.52
HSV53°94°99°
CMYK 0.000.110.94   0.01
XYZ66.879874.038511.1814
Yxy74.03850.43970.4868
Hunter Lab86.0456-11.839052.5274
CIE-Lab88.9407-7.608387.2748

#fce00e color RGB value is (252,224,14).

#fce00e hex color red value is 252, green value is 224 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #fce00e hue: 0.15 , saturation: 0.98 and the lightness value of fce00e is 0.52.

The process color (four color CMYK) of #fce00e color hex is 0.00, 0.11, 0.94, 0.01. Web safe color of #fce00e is #ffcc00. Color #fce00e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100000 00001110
Octal 374 340 16
Decimal 252 224 14
Hex FC E0 E

RGB Percentages of Color #fce00e

%51.43
%45.71
%2.86

CMYK Percentages of Color #fce00e

%0
%11
%94
%1

Triadic Colors of #fce00e

#fce00e #0efce0 #e00efc

Analogous Colors of #fce00e

#fce00e #a1fc0e #fc690e

Monochromatic Colors of #fce00e

#fce00e

Complementary Color

#fce00e #0e2afc

#fce00e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce00e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce00e Color CSS Codes

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

#fce00e Text Font Color

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

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


#fce00e Background Color

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

This div background color is #fce00e


#fce00e Border Color

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

This div border color is #fce00e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce00e


Comments

No comments written yet.

Please login to write comment.