Color Hex Logo

#fecb86 Color Hex

#FECB86
(254,203,134)
0 Favorites   0 Comments

Color spaces of #fecb86

RGB 254203134
HSL0.100.980.76
HSV35°47°100°
CMYK 0.000.200.47   0.00
XYZ66.532165.503931.6912
Yxy65.50390.40640.4001
Hunter Lab80.93455.100433.4382
CIE-Lab84.74279.714341.1515

#fecb86 color RGB value is (254,203,134).

#fecb86 hex color red value is 254, green value is 203 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #fecb86 hue: 0.10 , saturation: 0.98 and the lightness value of fecb86 is 0.76.

The process color (four color CMYK) of #fecb86 color hex is 0.00, 0.20, 0.47, 0.00. Web safe color of #fecb86 is #ffcc99. Color #fecb86 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001011 10000110
Octal 376 313 206
Decimal 254 203 134
Hex FE CB 86

RGB Percentages of Color #fecb86

%42.98
%34.35
%22.67

CMYK Percentages of Color #fecb86

%0
%20
%47
%0

Triadic Colors of #fecb86

#fecb86 #86fecb #cb86fe

Analogous Colors of #fecb86

#fecb86 #f5fe86 #fe8f86

Monochromatic Colors of #fecb86

#fecb86

Complementary Color

#fecb86 #86b9fe

#fecb86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecb86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecb86 Color CSS Codes

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

#fecb86 Text Font Color

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

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


#fecb86 Background Color

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

This div background color is #fecb86


#fecb86 Border Color

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

This div border color is #fecb86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecb86


Comments

No comments written yet.

Please login to write comment.