Color Hex Logo

#fceb9f Color Hex

#FCEB9F
(252,235,159)
0 Favorites   0 Comments

Color spaces of #fceb9f

RGB 252235159
HSL0.140.940.81
HSV49°37°99°
CMYK 0.000.070.37   0.01
XYZ76.111282.615344.7357
Yxy82.61530.37410.4060
Hunter Lab90.8930-9.591834.4437
CIE-Lab92.8458-4.854138.9821

#fceb9f color RGB value is (252,235,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101011 10011111
Octal 374 353 237
Decimal 252 235 159
Hex FC EB 9F

RGB Percentages of Color #fceb9f

%39.01
%36.38
%24.61

CMYK Percentages of Color #fceb9f

%0
%7
%37
%1

Triadic Colors of #fceb9f

#fceb9f #9ffceb #eb9ffc

Analogous Colors of #fceb9f

#fceb9f #dffc9f #fcbd9f

Monochromatic Colors of #fceb9f

#fceb9f

Complementary Color

#fceb9f #9fb0fc

#fceb9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceb9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceb9f Color CSS Codes

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

#fceb9f Text Font Color

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

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


#fceb9f Background Color

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

This div background color is #fceb9f


#fceb9f Border Color

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

This div border color is #fceb9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceb9f

Related Colors


Comments

No comments written yet.

Please login to write comment.