Color Hex Logo

#febf3e Color Hex

#FEBF3E
(254,191,62)
0 Favorites   0 Comments

Color spaces of #febf3e

RGB 25419162
HSL0.110.990.62
HSV40°76°100°
CMYK 0.000.250.76   0.00
XYZ60.373458.680212.7018
Yxy58.68020.45820.4454
Hunter Lab76.60306.626643.7910
CIE-Lab81.115511.204769.7171

#febf3e color RGB value is (254,191,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 00111110
Octal 376 277 76
Decimal 254 191 62
Hex FE BF 3E

RGB Percentages of Color #febf3e

%50.10
%37.67
%12.23

CMYK Percentages of Color #febf3e

%0
%25
%76
%0

Triadic Colors of #febf3e

#febf3e #3efebf #bf3efe

Analogous Colors of #febf3e

#febf3e #ddfe3e #fe5f3e

Monochromatic Colors of #febf3e

#febf3e

Complementary Color

#febf3e #3e7dfe

#febf3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febf3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#febf3e Color CSS Codes

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

#febf3e Text Font Color

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

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


#febf3e Background Color

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

This div background color is #febf3e


#febf3e Border Color

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

This div border color is #febf3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febf3e


Comments

No comments written yet.

Please login to write comment.