Color Hex Logo

#fce697 Color Hex

#FCE697
(252,230,151)
0 Favorites   0 Comments

Color spaces of #fce697

RGB 252230151
HSL0.130.940.79
HSV47°40°99°
CMYK 0.000.090.40   0.01
XYZ74.027679.523440.7260
Yxy79.52340.38100.4093
Hunter Lab89.1759-7.879635.3458
CIE-Lab91.4706-3.202941.1930

#fce697 color RGB value is (252,230,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100110 10010111
Octal 374 346 227
Decimal 252 230 151
Hex FC E6 97

RGB Percentages of Color #fce697

%39.81
%36.33
%23.85

CMYK Percentages of Color #fce697

%0
%9
%40
%1

Triadic Colors of #fce697

#fce697 #97fce6 #e697fc

Analogous Colors of #fce697

#fce697 #e0fc97 #fcb497

Monochromatic Colors of #fce697

#fce697

Complementary Color

#fce697 #97adfc

#fce697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce697 Color CSS Codes

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

#fce697 Text Font Color

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

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


#fce697 Background Color

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

This div background color is #fce697


#fce697 Border Color

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

This div border color is #fce697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce697

#fce697 Color Palettes


Comments

No comments written yet.

Please login to write comment.