Color Hex Logo

#feb417 Color Hex

#FEB417
(254,180,23)
0 Favorites   0 Comments

Color spaces of #feb417

RGB 25418023
HSL0.110.990.54
HSV41°91°100°
CMYK 0.000.290.91   0.00
XYZ57.349053.77528.1676
Yxy53.77520.48070.4508
Hunter Lab73.331611.265844.7284
CIE-Lab78.330515.908878.2907

#feb417 color RGB value is (254,180,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110100 00010111
Octal 376 264 27
Decimal 254 180 23
Hex FE B4 17

RGB Percentages of Color #feb417

%55.58
%39.39
%5.03

CMYK Percentages of Color #feb417

%0
%29
%91
%0

Triadic Colors of #feb417

#feb417 #17feb4 #b417fe

Analogous Colors of #feb417

#feb417 #d5fe17 #fe4017

Monochromatic Colors of #feb417

#feb417

Complementary Color

#feb417 #1761fe

#feb417 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb417 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb417 Color CSS Codes

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

#feb417 Text Font Color

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

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


#feb417 Background Color

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

This div background color is #feb417


#feb417 Border Color

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

This div border color is #feb417


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb417


Comments

No comments written yet.

Please login to write comment.