Color Hex Logo

#fce98a Color Hex

#FCE98A
(252,233,138)
0 Favorites   0 Comments

Color spaces of #fce98a

RGB 252233138
HSL0.140.950.76
HSV50°45°99°
CMYK 0.000.080.45   0.01
XYZ73.871280.808335.7489
Yxy80.80830.38790.4244
Hunter Lab89.8934-10.628639.3469
CIE-Lab92.0463-6.008748.3127

#fce98a color RGB value is (252,233,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101001 10001010
Octal 374 351 212
Decimal 252 233 138
Hex FC E9 8A

RGB Percentages of Color #fce98a

%40.45
%37.40
%22.15

CMYK Percentages of Color #fce98a

%0
%8
%45
%1

Triadic Colors of #fce98a

#fce98a #8afce9 #e98afc

Analogous Colors of #fce98a

#fce98a #d6fc8a #fcb08a

Monochromatic Colors of #fce98a

#fce98a

Complementary Color

#fce98a #8a9dfc

#fce98a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce98a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce98a Color CSS Codes

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

#fce98a Text Font Color

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

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


#fce98a Background Color

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

This div background color is #fce98a


#fce98a Border Color

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

This div border color is #fce98a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce98a

#fce98a Color Palettes


Comments

No comments written yet.

Please login to write comment.