Color Hex Logo

#fceb93 Color Hex

#FCEB93
(252,235,147)
0 Favorites   0 Comments

Color spaces of #fceb93

RGB 252235147
HSL0.140.950.78
HSV50°42°99°
CMYK 0.000.070.42   0.01
XYZ75.119782.218739.5143
Yxy82.21870.38160.4177
Hunter Lab90.6745-10.801337.6347
CIE-Lab92.6713-6.127244.7068

#fceb93 color RGB value is (252,235,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101011 10010011
Octal 374 353 223
Decimal 252 235 147
Hex FC EB 93

RGB Percentages of Color #fceb93

%39.75
%37.07
%23.19

CMYK Percentages of Color #fceb93

%0
%7
%42
%1

Triadic Colors of #fceb93

#fceb93 #93fceb #eb93fc

Analogous Colors of #fceb93

#fceb93 #d9fc93 #fcb793

Monochromatic Colors of #fceb93

#fceb93

Complementary Color

#fceb93 #93a4fc

#fceb93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceb93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceb93 Color CSS Codes

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

#fceb93 Text Font Color

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

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


#fceb93 Background Color

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

This div background color is #fceb93


#fceb93 Border Color

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

This div border color is #fceb93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceb93


Comments

No comments written yet.

Please login to write comment.