Color Hex Logo

#fce097 Color Hex

#FCE097
(252,224,151)
0 Favorites   0 Comments

Color spaces of #fce097

RGB 252224151
HSL0.120.940.79
HSV43°40°99°
CMYK 0.000.110.40   0.01
XYZ72.386576.241140.1790
Yxy76.24110.38340.4038
Hunter Lab87.3161-4.823933.8387
CIE-Lab89.9712-0.164739.2559

#fce097 color RGB value is (252,224,151).

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

The process color (four color CMYK) of #fce097 color hex is 0.00, 0.11, 0.40, 0.01. Web safe color of #fce097 is #ffcc99. Color #fce097 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100000 10010111
Octal 374 340 227
Decimal 252 224 151
Hex FC E0 97

RGB Percentages of Color #fce097

%40.19
%35.73
%24.08

CMYK Percentages of Color #fce097

%0
%11
%40
%1

Triadic Colors of #fce097

#fce097 #97fce0 #e097fc

Analogous Colors of #fce097

#fce097 #e6fc97 #fcae97

Monochromatic Colors of #fce097

#fce097

Complementary Color

#fce097 #97b3fc

#fce097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce097 Color CSS Codes

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

#fce097 Text Font Color

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

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


#fce097 Background Color

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

This div background color is #fce097


#fce097 Border Color

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

This div border color is #fce097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce097


Comments

No comments written yet.

Please login to write comment.