Color Hex Logo

#feeb0d Color Hex

#FEEB0D
(254,235,13)
0 Favorites   0 Comments

Color spaces of #feeb0d

RGB 25423513
HSL0.150.990.52
HSV55°95°100°
CMYK 0.000.070.95   0.00
XYZ70.654080.516612.1982
Yxy80.51660.43250.4929
Hunter Lab89.7310-16.478954.7517
CIE-Lab91.9162-12.220689.6479

#feeb0d color RGB value is (254,235,13).

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

The process color (four color CMYK) of #feeb0d color hex is 0.00, 0.07, 0.95, 0.00. Web safe color of #feeb0d is #ffff00. Color #feeb0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101011 00001101
Octal 376 353 15
Decimal 254 235 13
Hex FE EB D

RGB Percentages of Color #feeb0d

%50.60
%46.81
%2.59

CMYK Percentages of Color #feeb0d

%0
%7
%95
%0

Triadic Colors of #feeb0d

#feeb0d #0dfeeb #eb0dfe

Analogous Colors of #feeb0d

#feeb0d #99fe0d #fe730d

Monochromatic Colors of #feeb0d

#feeb0d

Complementary Color

#feeb0d #0d20fe

#feeb0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeb0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeb0d Color CSS Codes

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

#feeb0d Text Font Color

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

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


#feeb0d Background Color

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

This div background color is #feeb0d


#feeb0d Border Color

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

This div border color is #feeb0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeb0d


Comments

No comments written yet.

Please login to write comment.