Color Hex Logo

#feeb2f Color Hex

#FEEB2F
(254,235,47)
0 Favorites   0 Comments

Color spaces of #feeb2f

RGB 25423547
HSL0.150.990.59
HSV54°81°100°
CMYK 0.000.070.81   0.00
XYZ71.094580.692714.5175
Yxy80.69270.42750.4852
Hunter Lab89.8291-15.928653.2984
CIE-Lab91.9948-11.620184.0238

#feeb2f color RGB value is (254,235,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101011 00101111
Octal 376 353 57
Decimal 254 235 47
Hex FE EB 2F

RGB Percentages of Color #feeb2f

%47.39
%43.84
%8.77

CMYK Percentages of Color #feeb2f

%0
%7
%81
%0

Triadic Colors of #feeb2f

#feeb2f #2ffeeb #eb2ffe

Analogous Colors of #feeb2f

#feeb2f #aafe2f #fe842f

Monochromatic Colors of #feeb2f

#feeb2f

Complementary Color

#feeb2f #2f42fe

#feeb2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeb2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeb2f Color CSS Codes

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

#feeb2f Text Font Color

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

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


#feeb2f Background Color

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

This div background color is #feeb2f


#feeb2f Border Color

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

This div border color is #feeb2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeb2f

Related Colors


Comments

No comments written yet.

Please login to write comment.