Color Hex Logo

#feb959 Color Hex

#FEB959
(254,185,89)
0 Favorites   0 Comments

Color spaces of #feb959

RGB 25418589
HSL0.100.990.67
HSV35°65°100°
CMYK 0.000.270.65   0.00
XYZ60.025256.490017.1912
Yxy56.49000.44890.4225
Hunter Lab75.159811.026539.0506
CIE-Lab79.891915.651057.2342

#feb959 color RGB value is (254,185,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111001 01011001
Octal 376 271 131
Decimal 254 185 89
Hex FE B9 59

RGB Percentages of Color #feb959

%48.11
%35.04
%16.86

CMYK Percentages of Color #feb959

%0
%27
%65
%0

Triadic Colors of #feb959

#feb959 #59feb9 #b959fe

Analogous Colors of #feb959

#feb959 #f1fe59 #fe6759

Monochromatic Colors of #feb959

#feb959

Complementary Color

#feb959 #599efe

#feb959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb959 Color CSS Codes

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

#feb959 Text Font Color

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

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


#feb959 Background Color

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

This div background color is #feb959


#feb959 Border Color

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

This div border color is #feb959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb959


Comments

No comments written yet.

Please login to write comment.