Color Hex Logo

#fceb91 Color Hex

#FCEB91
(252,235,145)
0 Favorites   0 Comments

Color spaces of #fceb91

RGB 252235145
HSL0.140.950.78
HSV50°42°99°
CMYK 0.000.070.42   0.01
XYZ74.964082.156438.6948
Yxy82.15640.38280.4196
Hunter Lab90.6402-10.991838.1369
CIE-Lab92.6438-6.328445.6525

#fceb91 color RGB value is (252,235,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101011 10010001
Octal 374 353 221
Decimal 252 235 145
Hex FC EB 91

RGB Percentages of Color #fceb91

%39.87
%37.18
%22.94

CMYK Percentages of Color #fceb91

%0
%7
%42
%1

Triadic Colors of #fceb91

#fceb91 #91fceb #eb91fc

Analogous Colors of #fceb91

#fceb91 #d8fc91 #fcb691

Monochromatic Colors of #fceb91

#fceb91

Complementary Color

#fceb91 #91a2fc

#fceb91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceb91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceb91 Color CSS Codes

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

#fceb91 Text Font Color

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

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


#fceb91 Background Color

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

This div background color is #fceb91


#fceb91 Border Color

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

This div border color is #fceb91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceb91

#fceb91 Color Palettes


Comments

No comments written yet.

Please login to write comment.