Color Hex Logo

#feeb0f Color Hex

#FEEB0F
(254,235,15)
0 Favorites   0 Comments

Color spaces of #feeb0f

RGB 25423515
HSL0.150.990.53
HSV55°94°100°
CMYK 0.000.070.94   0.00
XYZ70.667680.522012.2697
Yxy80.52200.43230.4926
Hunter Lab89.7341-16.461854.7069
CIE-Lab91.9186-12.201989.4641

#feeb0f color RGB value is (254,235,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101011 00001111
Octal 376 353 17
Decimal 254 235 15
Hex FE EB F

RGB Percentages of Color #feeb0f

%50.40
%46.63
%2.98

CMYK Percentages of Color #feeb0f

%0
%7
%94
%0

Triadic Colors of #feeb0f

#feeb0f #0ffeeb #eb0ffe

Analogous Colors of #feeb0f

#feeb0f #9afe0f #fe740f

Monochromatic Colors of #feeb0f

#feeb0f

Complementary Color

#feeb0f #0f22fe

#feeb0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeb0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeb0f Color CSS Codes

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

#feeb0f Text Font Color

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

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


#feeb0f Background Color

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

This div background color is #feeb0f


#feeb0f Border Color

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

This div border color is #feeb0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeb0f


Comments

No comments written yet.

Please login to write comment.