Color Hex Logo

#feb85a Color Hex

#FEB85A
(254,184,90)
0 Favorites   0 Comments

Color spaces of #feb85a

RGB 25418490
HSL0.100.990.67
HSV34°65°100°
CMYK 0.000.280.65   0.00
XYZ59.859056.090017.3444
Yxy56.09000.44910.4208
Hunter Lab74.893311.604338.6944
CIE-Lab79.665016.232656.5229

#feb85a color RGB value is (254,184,90).

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

The process color (four color CMYK) of #feb85a color hex is 0.00, 0.28, 0.65, 0.00. Web safe color of #feb85a is #ffcc66. Color #feb85a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111000 01011010
Octal 376 270 132
Decimal 254 184 90
Hex FE B8 5A

RGB Percentages of Color #feb85a

%48.11
%34.85
%17.05

CMYK Percentages of Color #feb85a

%0
%28
%65
%0

Triadic Colors of #feb85a

#feb85a #5afeb8 #b85afe

Analogous Colors of #feb85a

#feb85a #f2fe5a #fe665a

Monochromatic Colors of #feb85a

#feb85a

Complementary Color

#feb85a #5aa0fe

#feb85a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb85a Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb85a Color CSS Codes

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

#feb85a Text Font Color

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

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


#feb85a Background Color

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

This div background color is #feb85a


#feb85a Border Color

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

This div border color is #feb85a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb85a

Related Colors


Comments

No comments written yet.

Please login to write comment.