Color Hex Logo

#febf39 Color Hex

#FEBF39
(254,191,57)
0 Favorites   0 Comments

Color spaces of #febf39

RGB 25419157
HSL0.110.990.61
HSV41°78°100°
CMYK 0.000.250.78   0.00
XYZ60.242458.627812.0121
Yxy58.62780.46030.4479
Hunter Lab76.56886.443944.2967
CIE-Lab81.086611.018271.4691

#febf39 color RGB value is (254,191,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 00111001
Octal 376 277 71
Decimal 254 191 57
Hex FE BF 39

RGB Percentages of Color #febf39

%50.60
%38.05
%11.35

CMYK Percentages of Color #febf39

%0
%25
%78
%0

Triadic Colors of #febf39

#febf39 #39febf #bf39fe

Analogous Colors of #febf39

#febf39 #dbfe39 #fe5d39

Monochromatic Colors of #febf39

#febf39

Complementary Color

#febf39 #3978fe

#febf39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febf39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febf39 Color CSS Codes

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

#febf39 Text Font Color

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

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


#febf39 Background Color

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

This div background color is #febf39


#febf39 Border Color

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

This div border color is #febf39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febf39


Comments

No comments written yet.

Please login to write comment.