Color Hex Logo

#fce16e Color Hex

#FCE16E
(252,225,110)
0 Favorites   0 Comments

Color spaces of #fce16e

RGB 252225110
HSL0.130.960.71
HSV49°56°99°
CMYK 0.000.110.56   0.01
XYZ69.884675.671725.6746
Yxy75.67170.40810.4419
Hunter Lab86.9895-8.830343.3934
CIE-Lab89.7067-4.347258.6929

#fce16e color RGB value is (252,225,110).

#fce16e hex color red value is 252, green value is 225 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #fce16e hue: 0.13 , saturation: 0.96 and the lightness value of fce16e is 0.71.

The process color (four color CMYK) of #fce16e color hex is 0.00, 0.11, 0.56, 0.01. Web safe color of #fce16e is #ffcc66. Color #fce16e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100001 01101110
Octal 374 341 156
Decimal 252 225 110
Hex FC E1 6E

RGB Percentages of Color #fce16e

%42.93
%38.33
%18.74

CMYK Percentages of Color #fce16e

%0
%11
%56
%1

Triadic Colors of #fce16e

#fce16e #6efce1 #e16efc

Analogous Colors of #fce16e

#fce16e #d0fc6e #fc9a6e

Monochromatic Colors of #fce16e

#fce16e

Complementary Color

#fce16e #6e89fc

#fce16e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce16e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce16e Color CSS Codes

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

#fce16e Text Font Color

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

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


#fce16e Background Color

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

This div background color is #fce16e


#fce16e Border Color

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

This div border color is #fce16e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce16e


Comments

No comments written yet.

Please login to write comment.