Color Hex Logo

#feeb05 Color Hex

#FEEB05
(254,235,5)
0 Favorites   0 Comments

Color spaces of #feeb05

RGB 2542355
HSL0.150.990.51
HSV55°98°100°
CMYK 0.000.070.98   0.00
XYZ70.608880.498411.9599
Yxy80.49840.43300.4937
Hunter Lab89.7209-16.535254.9012
CIE-Lab91.9080-12.282290.2659

#feeb05 color RGB value is (254,235,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101011 00000101
Octal 376 353 5
Decimal 254 235 5
Hex FE EB 5

RGB Percentages of Color #feeb05

%51.42
%47.57
%1.01

CMYK Percentages of Color #feeb05

%0
%7
%98
%0

Triadic Colors of #feeb05

#feeb05 #05feeb #eb05fe

Analogous Colors of #feeb05

#feeb05 #95fe05 #fe6f05

Monochromatic Colors of #feeb05

#feeb05

Complementary Color

#feeb05 #0518fe

#feeb05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeb05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeb05 Color CSS Codes

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

#feeb05 Text Font Color

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

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


#feeb05 Background Color

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

This div background color is #feeb05


#feeb05 Border Color

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

This div border color is #feeb05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeb05


Comments

No comments written yet.

Please login to write comment.