Color Hex Logo

#ffb107 Color Hex

#FFB107
(255,177,7)
0 Favorites   0 Comments

Color spaces of #ffb107

RGB 2551777
HSL0.111.000.51
HSV41°97°100°
CMYK 0.000.310.97   0.00
XYZ57.000552.71967.3727
Yxy52.71960.48680.4502
Hunter Lab72.608313.065444.8054
CIE-Lab77.709217.729380.0498

#ffb107 color RGB value is (255,177,7).

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

The process color (four color CMYK) of #ffb107 color hex is 0.00, 0.31, 0.97, 0.00. Web safe color of #ffb107 is #ff9900. Color #ffb107 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110001 00000111
Octal 377 261 7
Decimal 255 177 7
Hex FF B1 7

RGB Percentages of Color #ffb107

%58.09
%40.32
%1.59

CMYK Percentages of Color #ffb107

%0
%31
%97
%0

Triadic Colors of #ffb107

#ffb107 #07ffb1 #b107ff

Analogous Colors of #ffb107

#ffb107 #d1ff07 #ff3507

Monochromatic Colors of #ffb107

#ffb107

Complementary Color

#ffb107 #0755ff

#ffb107 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb107 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb107 Color CSS Codes

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

#ffb107 Text Font Color

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

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


#ffb107 Background Color

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

This div background color is #ffb107


#ffb107 Border Color

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

This div border color is #ffb107


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb107


Comments

No comments written yet.

Please login to write comment.