Color Hex Logo

#febe40 Color Hex

#FEBE40
(254,190,64)
0 Favorites   0 Comments

Color spaces of #febe40

RGB 25419064
HSL0.110.990.62
HSV40°75°100°
CMYK 0.000.250.75   0.00
XYZ60.211958.267912.9238
Yxy58.26790.45820.4434
Hunter Lab76.33347.217643.3952
CIE-Lab80.887511.803868.7580

#febe40 color RGB value is (254,190,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111110 01000000
Octal 376 276 100
Decimal 254 190 64
Hex FE BE 40

RGB Percentages of Color #febe40

%50.00
%37.40
%12.60

CMYK Percentages of Color #febe40

%0
%25
%75
%0

Triadic Colors of #febe40

#febe40 #40febe #be40fe

Analogous Colors of #febe40

#febe40 #dffe40 #fe5f40

Monochromatic Colors of #febe40

#febe40

Complementary Color

#febe40 #4080fe

#febe40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febe40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febe40 Color CSS Codes

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

#febe40 Text Font Color

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

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


#febe40 Background Color

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

This div background color is #febe40


#febe40 Border Color

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

This div border color is #febe40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febe40


Comments

No comments written yet.

Please login to write comment.