Color Hex Logo

#fced9a Color Hex

#FCED9A
(252,237,154)
0 Favorites   0 Comments

Color spaces of #fced9a

RGB 252237154
HSL0.140.940.80
HSV51°39°99°
CMYK 0.000.060.39   0.01
XYZ76.261883.596942.6882
Yxy83.59690.37650.4127
Hunter Lab91.4313-11.120136.3201
CIE-Lab93.2751-6.398942.0263

#fced9a color RGB value is (252,237,154).

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

The process color (four color CMYK) of #fced9a color hex is 0.00, 0.06, 0.39, 0.01. Web safe color of #fced9a is #ffff99. Color #fced9a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101101 10011010
Octal 374 355 232
Decimal 252 237 154
Hex FC ED 9A

RGB Percentages of Color #fced9a

%39.19
%36.86
%23.95

CMYK Percentages of Color #fced9a

%0
%6
%39
%1

Triadic Colors of #fced9a

#fced9a #9afced #ed9afc

Analogous Colors of #fced9a

#fced9a #dafc9a #fcbc9a

Monochromatic Colors of #fced9a

#fced9a

Complementary Color

#fced9a #9aa9fc

#fced9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fced9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fced9a Color CSS Codes

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

#fced9a Text Font Color

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

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


#fced9a Background Color

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

This div background color is #fced9a


#fced9a Border Color

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

This div border color is #fced9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fced9a

Related Colors


Comments

No comments written yet.

Please login to write comment.