Color Hex Logo

#feeb11 Color Hex

#FEEB11
(254,235,17)
0 Favorites   0 Comments

Color spaces of #feeb11

RGB 25423517
HSL0.150.990.53
HSV55°93°100°
CMYK 0.000.070.93   0.00
XYZ70.682680.528012.3484
Yxy80.52800.43220.4923
Hunter Lab89.7374-16.443054.6575
CIE-Lab91.9212-12.181489.2626

#feeb11 color RGB value is (254,235,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101011 00010001
Octal 376 353 21
Decimal 254 235 17
Hex FE EB 11

RGB Percentages of Color #feeb11

%50.20
%46.44
%3.36

CMYK Percentages of Color #feeb11

%0
%7
%93
%0

Triadic Colors of #feeb11

#feeb11 #11feeb #eb11fe

Analogous Colors of #feeb11

#feeb11 #9bfe11 #fe7511

Monochromatic Colors of #feeb11

#feeb11

Complementary Color

#feeb11 #1124fe

#feeb11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeb11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeb11 Color CSS Codes

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

#feeb11 Text Font Color

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

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


#feeb11 Background Color

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

This div background color is #feeb11


#feeb11 Border Color

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

This div border color is #feeb11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeb11

Related Colors


Comments

No comments written yet.

Please login to write comment.