Color Hex Logo

#feb106 Color Hex

#FEB106
(254,177,6)
0 Favorites   0 Comments

Color spaces of #feb106

RGB 2541776
HSL0.110.990.51
HSV41°98°100°
CMYK 0.000.300.98   0.00
XYZ56.628152.52837.3266
Yxy52.52830.48610.4510
Hunter Lab72.476412.634044.7399
CIE-Lab77.595717.298280.0244

#feb106 color RGB value is (254,177,6).

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

The process color (four color CMYK) of #feb106 color hex is 0.00, 0.30, 0.98, 0.00. Web safe color of #feb106 is #ff9900. Color #feb106 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110001 00000110
Octal 376 261 6
Decimal 254 177 6
Hex FE B1 6

RGB Percentages of Color #feb106

%58.12
%40.50
%1.37

CMYK Percentages of Color #feb106

%0
%30
%98
%0

Triadic Colors of #feb106

#feb106 #06feb1 #b106fe

Analogous Colors of #feb106

#feb106 #cffe06 #fe3506

Monochromatic Colors of #feb106

#feb106

Complementary Color

#feb106 #0653fe

#feb106 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb106 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb106 Color CSS Codes

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

#feb106 Text Font Color

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

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


#feb106 Background Color

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

This div background color is #feb106


#feb106 Border Color

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

This div border color is #feb106


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb106

Related Colors


Comments

No comments written yet.

Please login to write comment.