Color Hex Logo

#fce491 Color Hex

#FCE491
(252,228,145)
0 Favorites   0 Comments

Color spaces of #fce491

RGB 252228145
HSL0.130.950.78
HSV47°42°99°
CMYK 0.000.100.42   0.01
XYZ72.999178.226638.0398
Yxy78.22660.38570.4133
Hunter Lab88.4458-7.454536.4119
CIE-Lab90.8832-2.811543.4208

#fce491 color RGB value is (252,228,145).

#fce491 hex color red value is 252, green value is 228 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #fce491 hue: 0.13 , saturation: 0.95 and the lightness value of fce491 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100100 10010001
Octal 374 344 221
Decimal 252 228 145
Hex FC E4 91

RGB Percentages of Color #fce491

%40.32
%36.48
%23.20

CMYK Percentages of Color #fce491

%0
%10
%42
%1

Triadic Colors of #fce491

#fce491 #91fce4 #e491fc

Analogous Colors of #fce491

#fce491 #dffc91 #fcaf91

Monochromatic Colors of #fce491

#fce491

Complementary Color

#fce491 #91a9fc

#fce491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce491 Color CSS Codes

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

#fce491 Text Font Color

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

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


#fce491 Background Color

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

This div background color is #fce491


#fce491 Border Color

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

This div border color is #fce491


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce491

Related Colors


Comments

No comments written yet.

Please login to write comment.