Color Hex Logo

#feb905 Color Hex

#FEB905
(254,185,5)
0 Favorites   0 Comments

Color spaces of #feb905

RGB 2541855
HSL0.120.990.51
HSV43°98°100°
CMYK 0.000.270.98   0.00
XYZ58.249455.77977.8401
Yxy55.77970.47800.4577
Hunter Lab74.68588.516646.0561
CIE-Lab79.488313.117981.4298

#feb905 color RGB value is (254,185,5).

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

The process color (four color CMYK) of #feb905 color hex is 0.00, 0.27, 0.98, 0.00. Web safe color of #feb905 is #ffcc00. Color #feb905 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111001 00000101
Octal 376 271 5
Decimal 254 185 5
Hex FE B9 5

RGB Percentages of Color #feb905

%57.21
%41.67
%1.13

CMYK Percentages of Color #feb905

%0
%27
%98
%0

Triadic Colors of #feb905

#feb905 #05feb9 #b905fe

Analogous Colors of #feb905

#feb905 #c7fe05 #fe3d05

Monochromatic Colors of #feb905

#feb905

Complementary Color

#feb905 #054afe

#feb905 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb905 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb905 Color CSS Codes

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

#feb905 Text Font Color

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

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


#feb905 Background Color

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

This div background color is #feb905


#feb905 Border Color

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

This div border color is #feb905


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb905


Comments

No comments written yet.

Please login to write comment.