Color Hex Logo

#fce58a Color Hex

#FCE58A
(252,229,138)
0 Favorites   0 Comments

Color spaces of #fce58a

RGB 252229138
HSL0.130.950.76
HSV48°45°99°
CMYK 0.000.090.45   0.01
XYZ72.751678.569035.3757
Yxy78.56900.38970.4208
Hunter Lab88.6392-8.612638.3849
CIE-Lab91.0389-4.000847.0576

#fce58a color RGB value is (252,229,138).

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

The process color (four color CMYK) of #fce58a color hex is 0.00, 0.09, 0.45, 0.01. Web safe color of #fce58a is #ffcc99. Color #fce58a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100101 10001010
Octal 374 345 212
Decimal 252 229 138
Hex FC E5 8A

RGB Percentages of Color #fce58a

%40.71
%37.00
%22.29

CMYK Percentages of Color #fce58a

%0
%9
%45
%1

Triadic Colors of #fce58a

#fce58a #8afce5 #e58afc

Analogous Colors of #fce58a

#fce58a #dafc8a #fcac8a

Monochromatic Colors of #fce58a

#fce58a

Complementary Color

#fce58a #8aa1fc

#fce58a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce58a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce58a Color CSS Codes

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

#fce58a Text Font Color

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

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


#fce58a Background Color

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

This div background color is #fce58a


#fce58a Border Color

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

This div border color is #fce58a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,229,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 #fce58a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce58a


Comments

No comments written yet.

Please login to write comment.