Color Hex Logo

#fce02e Color Hex

#FCE02E
(252,224,46)
0 Favorites   0 Comments

Color spaces of #fce02e

RGB 25222446
HSL0.140.970.58
HSV52°82°99°
CMYK 0.000.110.82   0.01
XYZ67.293774.204013.3608
Yxy74.20400.43450.4792
Hunter Lab86.1417-11.304351.1032
CIE-Lab89.0188-7.029581.6819

#fce02e color RGB value is (252,224,46).

#fce02e hex color red value is 252, green value is 224 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #fce02e hue: 0.14 , saturation: 0.97 and the lightness value of fce02e is 0.58.

The process color (four color CMYK) of #fce02e color hex is 0.00, 0.11, 0.82, 0.01. Web safe color of #fce02e is #ffcc33. Color #fce02e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100000 00101110
Octal 374 340 56
Decimal 252 224 46
Hex FC E0 2E

RGB Percentages of Color #fce02e

%48.28
%42.91
%8.81

CMYK Percentages of Color #fce02e

%0
%11
%82
%1

Triadic Colors of #fce02e

#fce02e #2efce0 #e02efc

Analogous Colors of #fce02e

#fce02e #b1fc2e #fc792e

Monochromatic Colors of #fce02e

#fce02e

Complementary Color

#fce02e #2e4afc

#fce02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce02e Color CSS Codes

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

#fce02e Text Font Color

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

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


#fce02e Background Color

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

This div background color is #fce02e


#fce02e Border Color

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

This div border color is #fce02e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce02e


Comments

No comments written yet.

Please login to write comment.