Color Hex Logo

#fe980b Color Hex

#FE980B
(254,152,11)
0 Favorites   0 Comments

Color spaces of #fe980b

RGB 25415211
HSL0.100.990.52
HSV35°96°100°
CMYK 0.000.400.96   0.00
XYZ52.161743.55155.9737
Yxy43.55150.51300.4283
Hunter Lab65.993625.598740.8286
CIE-Lab71.927730.363575.6034

#fe980b color RGB value is (254,152,11).

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

The process color (four color CMYK) of #fe980b color hex is 0.00, 0.40, 0.96, 0.00. Web safe color of #fe980b is #ff9900. Color #fe980b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011000 00001011
Octal 376 230 13
Decimal 254 152 11
Hex FE 98 B

RGB Percentages of Color #fe980b

%60.91
%36.45
%2.64

CMYK Percentages of Color #fe980b

%0
%40
%96
%0

Triadic Colors of #fe980b

#fe980b #0bfe98 #980bfe

Analogous Colors of #fe980b

#fe980b #ebfe0b #fe1f0b

Monochromatic Colors of #fe980b

#fe980b

Complementary Color

#fe980b #0b71fe

#fe980b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe980b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe980b Color CSS Codes

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

#fe980b Text Font Color

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

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


#fe980b Background Color

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

This div background color is #fe980b


#fe980b Border Color

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

This div border color is #fe980b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe980b


Comments

No comments written yet.

Please login to write comment.