Color Hex Logo

#fce10e Color Hex

#FCE10E
(252,225,14)
0 Favorites   0 Comments

Color spaces of #fce10e

RGB 25222514
HSL0.150.980.52
HSV53°94°99°
CMYK 0.000.110.94   0.01
XYZ67.149474.577611.2712
Yxy74.57760.43890.4874
Hunter Lab86.3583-12.331352.7125
CIE-Lab89.1948-8.106787.4628

#fce10e color RGB value is (252,225,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100001 00001110
Octal 374 341 16
Decimal 252 225 14
Hex FC E1 E

RGB Percentages of Color #fce10e

%51.32
%45.82
%2.85

CMYK Percentages of Color #fce10e

%0
%11
%94
%1

Triadic Colors of #fce10e

#fce10e #0efce1 #e10efc

Analogous Colors of #fce10e

#fce10e #a0fc0e #fc6a0e

Monochromatic Colors of #fce10e

#fce10e

Complementary Color

#fce10e #0e29fc

#fce10e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce10e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce10e Color CSS Codes

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

#fce10e Text Font Color

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

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


#fce10e Background Color

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

This div background color is #fce10e


#fce10e Border Color

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

This div border color is #fce10e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce10e


Comments

No comments written yet.

Please login to write comment.