Color Hex Logo

#fce397 Color Hex

#FCE397
(252,227,151)
0 Favorites   0 Comments

Color spaces of #fce397

RGB 252227151
HSL0.130.940.79
HSV45°40°99°
CMYK 0.000.100.40   0.01
XYZ73.199977.868040.4501
Yxy77.86800.38220.4066
Hunter Lab88.2428-6.354334.5917
CIE-Lab90.7196-1.687040.2244

#fce397 color RGB value is (252,227,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100011 10010111
Octal 374 343 227
Decimal 252 227 151
Hex FC E3 97

RGB Percentages of Color #fce397

%40.00
%36.03
%23.97

CMYK Percentages of Color #fce397

%0
%10
%40
%1

Triadic Colors of #fce397

#fce397 #97fce3 #e397fc

Analogous Colors of #fce397

#fce397 #e3fc97 #fcb197

Monochromatic Colors of #fce397

#fce397

Complementary Color

#fce397 #97b0fc

#fce397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce397 Color CSS Codes

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

#fce397 Text Font Color

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

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


#fce397 Background Color

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

This div background color is #fce397


#fce397 Border Color

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

This div border color is #fce397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce397


Comments

No comments written yet.

Please login to write comment.