Color Hex Logo

#feeb39 Color Hex

#FEEB39
(254,235,57)
0 Favorites   0 Comments

Color spaces of #feeb39

RGB 25423557
HSL0.150.990.61
HSV54°78°100°
CMYK 0.000.070.78   0.00
XYZ71.319980.782915.7046
Yxy80.78290.42500.4814
Hunter Lab89.8793-15.647752.5558
CIE-Lab92.0350-11.314481.3809

#feeb39 color RGB value is (254,235,57).

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

The process color (four color CMYK) of #feeb39 color hex is 0.00, 0.07, 0.78, 0.00. Web safe color of #feeb39 is #ffff33. Color #feeb39 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101011 00111001
Octal 376 353 71
Decimal 254 235 57
Hex FE EB 39

RGB Percentages of Color #feeb39

%46.52
%43.04
%10.44

CMYK Percentages of Color #feeb39

%0
%7
%78
%0

Triadic Colors of #feeb39

#feeb39 #39feeb #eb39fe

Analogous Colors of #feeb39

#feeb39 #affe39 #fe8939

Monochromatic Colors of #feeb39

#feeb39

Complementary Color

#feeb39 #394cfe

#feeb39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeb39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeb39 Color CSS Codes

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

#feeb39 Text Font Color

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

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


#feeb39 Background Color

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

This div background color is #feeb39


#feeb39 Border Color

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

This div border color is #feeb39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeb39


Comments

No comments written yet.

Please login to write comment.