Color Hex Logo

#febd4e Color Hex

#FEBD4E
(254,189,78)
0 Favorites   0 Comments

Color spaces of #febd4e

RGB 25418978
HSL0.110.990.65
HSV38°69°100°
CMYK 0.000.260.69   0.00
XYZ60.445858.016115.2201
Yxy58.01610.45220.4340
Hunter Lab76.16838.359941.4704
CIE-Lab80.747712.961663.0100

#febd4e color RGB value is (254,189,78).

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

The process color (four color CMYK) of #febd4e color hex is 0.00, 0.26, 0.69, 0.00. Web safe color of #febd4e is #ffcc66. Color #febd4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111101 01001110
Octal 376 275 116
Decimal 254 189 78
Hex FE BD 4E

RGB Percentages of Color #febd4e

%48.75
%36.28
%14.97

CMYK Percentages of Color #febd4e

%0
%26
%69
%0

Triadic Colors of #febd4e

#febd4e #4efebd #bd4efe

Analogous Colors of #febd4e

#febd4e #e7fe4e #fe654e

Monochromatic Colors of #febd4e

#febd4e

Complementary Color

#febd4e #4e8ffe

#febd4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febd4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#febd4e Color CSS Codes

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

#febd4e Text Font Color

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

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


#febd4e Background Color

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

This div background color is #febd4e


#febd4e Border Color

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

This div border color is #febd4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febd4e

Related Colors


Comments

No comments written yet.

Please login to write comment.