Color Hex Logo

#fceb86 Color Hex

#FCEB86
(252,235,134)
0 Favorites   0 Comments

Color spaces of #fceb86

RGB 252235134
HSL0.140.950.76
HSV51°47°99°
CMYK 0.000.070.47   0.01
XYZ74.156381.833334.4412
Yxy81.83330.38940.4297
Hunter Lab90.4618-11.982240.7500
CIE-Lab92.5012-7.378950.8003

#fceb86 color RGB value is (252,235,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101011 10000110
Octal 374 353 206
Decimal 252 235 134
Hex FC EB 86

RGB Percentages of Color #fceb86

%40.58
%37.84
%21.58

CMYK Percentages of Color #fceb86

%0
%7
%47
%1

Triadic Colors of #fceb86

#fceb86 #86fceb #eb86fc

Analogous Colors of #fceb86

#fceb86 #d2fc86 #fcb086

Monochromatic Colors of #fceb86

#fceb86

Complementary Color

#fceb86 #8697fc

#fceb86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceb86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceb86 Color CSS Codes

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

#fceb86 Text Font Color

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

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


#fceb86 Background Color

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

This div background color is #fceb86


#fceb86 Border Color

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

This div border color is #fceb86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceb86


Comments

No comments written yet.

Please login to write comment.