Color Hex Logo

#feb859 Color Hex

#FEB859
(254,184,89)
0 Favorites   0 Comments

Color spaces of #feb859

RGB 25418489
HSL0.100.990.67
HSV35°65°100°
CMYK 0.000.280.65   0.00
XYZ59.816756.073117.1217
Yxy56.07310.44970.4216
Hunter Lab74.882011.544738.8608
CIE-Lab79.655416.173056.9724

#feb859 color RGB value is (254,184,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111000 01011001
Octal 376 270 131
Decimal 254 184 89
Hex FE B8 59

RGB Percentages of Color #feb859

%48.20
%34.91
%16.89

CMYK Percentages of Color #feb859

%0
%28
%65
%0

Triadic Colors of #feb859

#feb859 #59feb8 #b859fe

Analogous Colors of #feb859

#feb859 #f2fe59 #fe6659

Monochromatic Colors of #feb859

#feb859

Complementary Color

#feb859 #599ffe

#feb859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb859 Color CSS Codes

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

#feb859 Text Font Color

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

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


#feb859 Background Color

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

This div background color is #feb859


#feb859 Border Color

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

This div border color is #feb859


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb859

Related Colors


Comments

No comments written yet.

Please login to write comment.