Color Hex Logo

#fce69a Color Hex

#FCE69A
(252,230,154)
0 Favorites   0 Comments

Color spaces of #fce69a

RGB 252230154
HSL0.130.940.80
HSV47°39°99°
CMYK 0.000.090.39   0.01
XYZ74.274479.622242.0258
Yxy79.62220.37910.4064
Hunter Lab89.2313-7.574834.5377
CIE-Lab91.5151-2.884039.7527

#fce69a color RGB value is (252,230,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100110 10011010
Octal 374 346 232
Decimal 252 230 154
Hex FC E6 9A

RGB Percentages of Color #fce69a

%39.62
%36.16
%24.21

CMYK Percentages of Color #fce69a

%0
%9
%39
%1

Triadic Colors of #fce69a

#fce69a #9afce6 #e69afc

Analogous Colors of #fce69a

#fce69a #e1fc9a #fcb59a

Monochromatic Colors of #fce69a

#fce69a

Complementary Color

#fce69a #9ab0fc

#fce69a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce69a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce69a Color CSS Codes

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

#fce69a Text Font Color

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

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


#fce69a Background Color

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

This div background color is #fce69a


#fce69a Border Color

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

This div border color is #fce69a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce69a


Comments

No comments written yet.

Please login to write comment.