Color Hex Logo

#fce994 Color Hex

#FCE994
(252,233,148)
0 Favorites   0 Comments

Color spaces of #fce994

RGB 252233148
HSL0.140.950.78
HSV49°41°99°
CMYK 0.000.080.41   0.01
XYZ74.629181.111439.7397
Yxy81.11140.38180.4149
Hunter Lab90.0619-9.695636.8817
CIE-Lab92.1812-5.023443.5911

#fce994 color RGB value is (252,233,148).

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

The process color (four color CMYK) of #fce994 color hex is 0.00, 0.08, 0.41, 0.01. Web safe color of #fce994 is #ffff99. Color #fce994 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101001 10010100
Octal 374 351 224
Decimal 252 233 148
Hex FC E9 94

RGB Percentages of Color #fce994

%39.81
%36.81
%23.38

CMYK Percentages of Color #fce994

%0
%8
%41
%1

Triadic Colors of #fce994

#fce994 #94fce9 #e994fc

Analogous Colors of #fce994

#fce994 #dbfc94 #fcb594

Monochromatic Colors of #fce994

#fce994

Complementary Color

#fce994 #94a7fc

#fce994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce994 Color CSS Codes

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

#fce994 Text Font Color

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

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


#fce994 Background Color

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

This div background color is #fce994


#fce994 Border Color

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

This div border color is #fce994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce994

Related Colors


Comments

No comments written yet.

Please login to write comment.