Color Hex Logo

#feeb2a Color Hex

#FEEB2A
(254,235,42)
0 Favorites   0 Comments

Color spaces of #feeb2a

RGB 25423542
HSL0.150.990.58
HSV55°83°100°
CMYK 0.000.070.83   0.00
XYZ70.999380.654714.0163
Yxy80.65470.42860.4868
Hunter Lab89.8080-16.047553.6122
CIE-Lab91.9778-11.749785.1842

#feeb2a color RGB value is (254,235,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101011 00101010
Octal 376 353 52
Decimal 254 235 42
Hex FE EB 2A

RGB Percentages of Color #feeb2a

%47.83
%44.26
%7.91

CMYK Percentages of Color #feeb2a

%0
%7
%83
%0

Triadic Colors of #feeb2a

#feeb2a #2afeeb #eb2afe

Analogous Colors of #feeb2a

#feeb2a #a7fe2a #fe812a

Monochromatic Colors of #feeb2a

#feeb2a

Complementary Color

#feeb2a #2a3dfe

#feeb2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeb2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeb2a Color CSS Codes

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

#feeb2a Text Font Color

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

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


#feeb2a Background Color

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

This div background color is #feeb2a


#feeb2a Border Color

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

This div border color is #feeb2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeb2a


Comments

No comments written yet.

Please login to write comment.