Color Hex Logo

#feeb1a Color Hex

#FEEB1A
(254,235,26)
0 Favorites   0 Comments

Color spaces of #feeb1a

RGB 25423526
HSL0.150.990.55
HSV55°90°100°
CMYK 0.000.070.90   0.00
XYZ70.767880.562112.7975
Yxy80.56210.43120.4909
Hunter Lab89.7564-16.336654.3759
CIE-Lab91.9365-12.065288.1292

#feeb1a color RGB value is (254,235,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101011 00011010
Octal 376 353 32
Decimal 254 235 26
Hex FE EB 1A

RGB Percentages of Color #feeb1a

%49.32
%45.63
%5.05

CMYK Percentages of Color #feeb1a

%0
%7
%90
%0

Triadic Colors of #feeb1a

#feeb1a #1afeeb #eb1afe

Analogous Colors of #feeb1a

#feeb1a #9ffe1a #fe791a

Monochromatic Colors of #feeb1a

#feeb1a

Complementary Color

#feeb1a #1a2dfe

#feeb1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeb1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeb1a Color CSS Codes

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

#feeb1a Text Font Color

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

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


#feeb1a Background Color

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

This div background color is #feeb1a


#feeb1a Border Color

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

This div border color is #feeb1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeb1a

Related Colors


Comments

No comments written yet.

Please login to write comment.