Color Hex Logo

#fce87e Color Hex

#FCE87E
(252,232,126)
0 Favorites   0 Comments

Color spaces of #fce87e

RGB 252232126
HSL0.140.950.74
HSV50°50°99°
CMYK 0.000.080.50   0.01
XYZ72.767479.915031.3286
Yxy79.91500.39550.4343
Hunter Lab89.3952-11.143241.7984
CIE-Lab91.6467-6.587453.5624

#fce87e color RGB value is (252,232,126).

#fce87e hex color red value is 252, green value is 232 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #fce87e hue: 0.14 , saturation: 0.95 and the lightness value of fce87e is 0.74.

The process color (four color CMYK) of #fce87e color hex is 0.00, 0.08, 0.50, 0.01. Web safe color of #fce87e is #ffff66. Color #fce87e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101000 01111110
Octal 374 350 176
Decimal 252 232 126
Hex FC E8 7E

RGB Percentages of Color #fce87e

%41.31
%38.03
%20.66

CMYK Percentages of Color #fce87e

%0
%8
%50
%1

Triadic Colors of #fce87e

#fce87e #7efce8 #e87efc

Analogous Colors of #fce87e

#fce87e #d1fc7e #fca97e

Monochromatic Colors of #fce87e

#fce87e

Complementary Color

#fce87e #7e92fc

#fce87e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce87e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce87e Color CSS Codes

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

#fce87e Text Font Color

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

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


#fce87e Background Color

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

This div background color is #fce87e


#fce87e Border Color

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

This div border color is #fce87e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce87e

Related Colors


Comments

No comments written yet.

Please login to write comment.