Color Hex Logo

#feba5b Color Hex

#FEBA5B
(254,186,91)
0 Favorites   0 Comments

Color spaces of #feba5b

RGB 25418691
HSL0.100.990.68
HSV35°64°100°
CMYK 0.000.270.64   0.00
XYZ60.320356.944017.7096
Yxy56.94400.44690.4219
Hunter Lab75.461210.627638.9084
CIE-Lab80.148115.248556.6002

#feba5b color RGB value is (254,186,91).

#feba5b hex color red value is 254, green value is 186 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #feba5b hue: 0.10 , saturation: 0.99 and the lightness value of feba5b is 0.68.

The process color (four color CMYK) of #feba5b color hex is 0.00, 0.27, 0.64, 0.00. Web safe color of #feba5b is #ffcc66. Color #feba5b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111010 01011011
Octal 376 272 133
Decimal 254 186 91
Hex FE BA 5B

RGB Percentages of Color #feba5b

%47.83
%35.03
%17.14

CMYK Percentages of Color #feba5b

%0
%27
%64
%0

Triadic Colors of #feba5b

#feba5b #5bfeba #ba5bfe

Analogous Colors of #feba5b

#feba5b #f1fe5b #fe695b

Monochromatic Colors of #feba5b

#feba5b

Complementary Color

#feba5b #5b9ffe

#feba5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feba5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#feba5b Color CSS Codes

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

#feba5b Text Font Color

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

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


#feba5b Background Color

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

This div background color is #feba5b


#feba5b Border Color

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

This div border color is #feba5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feba5b

Related Colors


Comments

No comments written yet.

Please login to write comment.