Color Hex Logo

#fceb9e Color Hex

#FCEB9E
(252,235,158)
0 Favorites   0 Comments

Color spaces of #fceb9e

RGB 252235158
HSL0.140.940.80
HSV49°37°99°
CMYK 0.000.070.37   0.01
XYZ76.024882.580744.2805
Yxy82.58070.37470.4070
Hunter Lab90.8739-9.696934.7213
CIE-Lab92.8306-4.964439.4619

#fceb9e color RGB value is (252,235,158).

#fceb9e hex color red value is 252, green value is 235 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fceb9e hue: 0.14 , saturation: 0.94 and the lightness value of fceb9e is 0.80.

The process color (four color CMYK) of #fceb9e color hex is 0.00, 0.07, 0.37, 0.01. Web safe color of #fceb9e is #ffff99. Color #fceb9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101011 10011110
Octal 374 353 236
Decimal 252 235 158
Hex FC EB 9E

RGB Percentages of Color #fceb9e

%39.07
%36.43
%24.50

CMYK Percentages of Color #fceb9e

%0
%7
%37
%1

Triadic Colors of #fceb9e

#fceb9e #9efceb #eb9efc

Analogous Colors of #fceb9e

#fceb9e #defc9e #fcbc9e

Monochromatic Colors of #fceb9e

#fceb9e

Complementary Color

#fceb9e #9eaffc

#fceb9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceb9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceb9e Color CSS Codes

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

#fceb9e Text Font Color

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

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


#fceb9e Background Color

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

This div background color is #fceb9e


#fceb9e Border Color

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

This div border color is #fceb9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceb9e

Related Colors

#fceb9e Color Palettes


Comments

No comments written yet.

Please login to write comment.