Color Hex Logo

#feb517 Color Hex

#FEB517
(254,181,23)
0 Favorites   0 Comments

Color spaces of #feb517

RGB 25418123
HSL0.110.990.54
HSV41°91°100°
CMYK 0.000.290.91   0.00
XYZ57.551654.18048.2352
Yxy54.18040.47970.4516
Hunter Lab73.607310.751544.8918
CIE-Lab78.566815.387078.4662

#feb517 color RGB value is (254,181,23).

#feb517 hex color red value is 254, green value is 181 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #feb517 hue: 0.11 , saturation: 0.99 and the lightness value of feb517 is 0.54.

The process color (four color CMYK) of #feb517 color hex is 0.00, 0.29, 0.91, 0.00. Web safe color of #feb517 is #ffcc00. Color #feb517 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110101 00010111
Octal 376 265 27
Decimal 254 181 23
Hex FE B5 17

RGB Percentages of Color #feb517

%55.46
%39.52
%5.02

CMYK Percentages of Color #feb517

%0
%29
%91
%0

Triadic Colors of #feb517

#feb517 #17feb5 #b517fe

Analogous Colors of #feb517

#feb517 #d4fe17 #fe4117

Monochromatic Colors of #feb517

#feb517

Complementary Color

#feb517 #1760fe

#feb517 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb517 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb517 Color CSS Codes

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

#feb517 Text Font Color

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

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


#feb517 Background Color

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

This div background color is #feb517


#feb517 Border Color

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

This div border color is #feb517


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb517


Comments

No comments written yet.

Please login to write comment.