Color Hex Logo

#fce983 Color Hex

#FCE983
(252,233,131)
0 Favorites   0 Comments

Color spaces of #fce983

RGB 252233131
HSL0.140.950.75
HSV51°48°99°
CMYK 0.000.080.48   0.01
XYZ73.380580.612033.1648
Yxy80.61200.39210.4307
Hunter Lab89.7842-11.234540.9482
CIE-Lab91.9588-6.651451.5697

#fce983 color RGB value is (252,233,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101001 10000011
Octal 374 351 203
Decimal 252 233 131
Hex FC E9 83

RGB Percentages of Color #fce983

%40.91
%37.82
%21.27

CMYK Percentages of Color #fce983

%0
%8
%48
%1

Triadic Colors of #fce983

#fce983 #83fce9 #e983fc

Analogous Colors of #fce983

#fce983 #d3fc83 #fcad83

Monochromatic Colors of #fce983

#fce983

Complementary Color

#fce983 #8396fc

#fce983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce983 Color CSS Codes

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

#fce983 Text Font Color

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

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


#fce983 Background Color

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

This div background color is #fce983


#fce983 Border Color

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

This div border color is #fce983


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce983


Comments

No comments written yet.

Please login to write comment.