Color Hex Logo

#febf40 Color Hex

#FEBF40
(254,191,64)
0 Favorites   0 Comments

Color spaces of #febf40

RGB 25419164
HSL0.110.990.62
HSV40°75°100°
CMYK 0.000.250.75   0.00
XYZ60.429358.702612.9963
Yxy58.70260.45740.4443
Hunter Lab76.61766.704443.5752
CIE-Lab81.127811.284068.9889

#febf40 color RGB value is (254,191,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 01000000
Octal 376 277 100
Decimal 254 191 64
Hex FE BF 40

RGB Percentages of Color #febf40

%49.90
%37.52
%12.57

CMYK Percentages of Color #febf40

%0
%25
%75
%0

Triadic Colors of #febf40

#febf40 #40febf #bf40fe

Analogous Colors of #febf40

#febf40 #defe40 #fe6040

Monochromatic Colors of #febf40

#febf40

Complementary Color

#febf40 #407ffe

#febf40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febf40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febf40 Color CSS Codes

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

#febf40 Text Font Color

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

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


#febf40 Background Color

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

This div background color is #febf40


#febf40 Border Color

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

This div border color is #febf40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febf40


Comments

No comments written yet.

Please login to write comment.