Color Hex Logo

#febd40 Color Hex

#FEBD40
(254,189,64)
0 Favorites   0 Comments

Color spaces of #febd40

RGB 25418964
HSL0.110.990.62
HSV39°75°100°
CMYK 0.000.260.75   0.00
XYZ59.996157.836212.8519
Yxy57.83620.45910.4426
Hunter Lab76.05017.731343.2155
CIE-Lab80.647612.324168.5271

#febd40 color RGB value is (254,189,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111101 01000000
Octal 376 275 100
Decimal 254 189 64
Hex FE BD 40

RGB Percentages of Color #febd40

%50.10
%37.28
%12.62

CMYK Percentages of Color #febd40

%0
%26
%75
%0

Triadic Colors of #febd40

#febd40 #40febd #bd40fe

Analogous Colors of #febd40

#febd40 #e0fe40 #fe5e40

Monochromatic Colors of #febd40

#febd40

Complementary Color

#febd40 #4081fe

#febd40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febd40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febd40 Color CSS Codes

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

#febd40 Text Font Color

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

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


#febd40 Background Color

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

This div background color is #febd40


#febd40 Border Color

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

This div border color is #febd40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febd40


Comments

No comments written yet.

Please login to write comment.