Color Hex Logo

#feba92 Color Hex

#FEBA92
(254,186,146)
0 Favorites   0 Comments

Color spaces of #feba92

RGB 254186146
HSL0.060.980.78
HSV22°43°100°
CMYK 0.000.270.43   0.00
XYZ63.620358.264035.0870
Yxy58.26400.40530.3712
Hunter Lab76.330915.197326.1778
CIE-Lab80.885319.767629.9265

#feba92 color RGB value is (254,186,146).

#feba92 hex color red value is 254, green value is 186 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #feba92 hue: 0.06 , saturation: 0.98 and the lightness value of feba92 is 0.78.

The process color (four color CMYK) of #feba92 color hex is 0.00, 0.27, 0.43, 0.00. Web safe color of #feba92 is #ffcc99. Color #feba92 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111010 10010010
Octal 376 272 222
Decimal 254 186 146
Hex FE BA 92

RGB Percentages of Color #feba92

%43.34
%31.74
%24.91

CMYK Percentages of Color #feba92

%0
%27
%43
%0

Triadic Colors of #feba92

#feba92 #92feba #ba92fe

Analogous Colors of #feba92

#feba92 #fef092 #fe92a0

Monochromatic Colors of #feba92

#feba92

Complementary Color

#feba92 #92d6fe

#feba92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feba92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feba92 Color CSS Codes

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

#feba92 Text Font Color

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

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


#feba92 Background Color

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

This div background color is #feba92


#feba92 Border Color

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

This div border color is #feba92


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,186,146, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feba92

Related Colors


Comments

No comments written yet.

Please login to write comment.