Color Hex Logo

#fce89e Color Hex

#FCE89E
(252,232,158)
0 Favorites   0 Comments

Color spaces of #fce89e

RGB 252232158
HSL0.130.940.80
HSV47°37°99°
CMYK 0.000.080.37   0.01
XYZ75.173180.877343.9966
Yxy80.87730.37580.4043
Hunter Lab89.9318-8.174333.9463
CIE-Lab92.0771-3.456338.4801

#fce89e color RGB value is (252,232,158).

#fce89e hex color red value is 252, green value is 232 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fce89e hue: 0.13 , saturation: 0.94 and the lightness value of fce89e is 0.80.

The process color (four color CMYK) of #fce89e color hex is 0.00, 0.08, 0.37, 0.01. Web safe color of #fce89e is #ffff99. Color #fce89e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101000 10011110
Octal 374 350 236
Decimal 252 232 158
Hex FC E8 9E

RGB Percentages of Color #fce89e

%39.25
%36.14
%24.61

CMYK Percentages of Color #fce89e

%0
%8
%37
%1

Triadic Colors of #fce89e

#fce89e #9efce8 #e89efc

Analogous Colors of #fce89e

#fce89e #e1fc9e #fcb99e

Monochromatic Colors of #fce89e

#fce89e

Complementary Color

#fce89e #9eb2fc

#fce89e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce89e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce89e Color CSS Codes

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

#fce89e Text Font Color

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

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


#fce89e Background Color

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

This div background color is #fce89e


#fce89e Border Color

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

This div border color is #fce89e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce89e

Related Colors


Comments

No comments written yet.

Please login to write comment.