Color Hex Logo

#febd1e Color Hex

#FEBD1E
(254,189,30)
0 Favorites   0 Comments

Color spaces of #febd1e

RGB 25418930
HSL0.120.990.56
HSV43°88°100°
CMYK 0.000.260.88   0.00
XYZ59.305057.55989.2127
Yxy57.55980.47040.4565
Hunter Lab75.86826.761445.9081
CIE-Lab80.493411.335578.5657

#febd1e color RGB value is (254,189,30).

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

The process color (four color CMYK) of #febd1e color hex is 0.00, 0.26, 0.88, 0.00. Web safe color of #febd1e is #ffcc33. Color #febd1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111101 00011110
Octal 376 275 36
Decimal 254 189 30
Hex FE BD 1E

RGB Percentages of Color #febd1e

%53.70
%39.96
%6.34

CMYK Percentages of Color #febd1e

%0
%26
%88
%0

Triadic Colors of #febd1e

#febd1e #1efebd #bd1efe

Analogous Colors of #febd1e

#febd1e #cffe1e #fe4d1e

Monochromatic Colors of #febd1e

#febd1e

Complementary Color

#febd1e #1e5ffe

#febd1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febd1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#febd1e Color CSS Codes

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

#febd1e Text Font Color

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

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


#febd1e Background Color

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

This div background color is #febd1e


#febd1e Border Color

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

This div border color is #febd1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febd1e

Related Colors


Comments

No comments written yet.

Please login to write comment.