Color Hex Logo

#fce98e Color Hex

#FCE98E
(252,233,142)
0 Favorites   0 Comments

Color spaces of #fce98e

RGB 252233142
HSL0.140.950.77
HSV50°44°99°
CMYK 0.000.080.44   0.01
XYZ74.166380.926337.3025
Yxy80.92630.38550.4206
Hunter Lab89.9590-10.264938.3861
CIE-Lab92.0989-5.623946.4329

#fce98e color RGB value is (252,233,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101001 10001110
Octal 374 351 216
Decimal 252 233 142
Hex FC E9 8E

RGB Percentages of Color #fce98e

%40.19
%37.16
%22.65

CMYK Percentages of Color #fce98e

%0
%8
%44
%1

Triadic Colors of #fce98e

#fce98e #8efce9 #e98efc

Analogous Colors of #fce98e

#fce98e #d8fc8e #fcb28e

Monochromatic Colors of #fce98e

#fce98e

Complementary Color

#fce98e #8ea1fc

#fce98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce98e Color CSS Codes

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

#fce98e Text Font Color

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

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


#fce98e Background Color

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

This div background color is #fce98e


#fce98e Border Color

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

This div border color is #fce98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce98e

Related Colors


Comments

No comments written yet.

Please login to write comment.