Color Hex Logo

#ffb112 Color Hex

#FFB112
(255,177,18)
0 Favorites   0 Comments

Color spaces of #ffb112

RGB 25517718
HSL0.111.000.54
HSV40°93°100°
CMYK 0.000.310.93   0.00
XYZ57.071352.74807.7457
Yxy52.74800.48540.4487
Hunter Lab72.627813.167544.5162
CIE-Lab77.726017.831378.7266

#ffb112 color RGB value is (255,177,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110001 00010010
Octal 377 261 22
Decimal 255 177 18
Hex FF B1 12

RGB Percentages of Color #ffb112

%56.67
%39.33
%4.00

CMYK Percentages of Color #ffb112

%0
%31
%93
%0

Triadic Colors of #ffb112

#ffb112 #12ffb1 #b112ff

Analogous Colors of #ffb112

#ffb112 #d7ff12 #ff3b12

Monochromatic Colors of #ffb112

#ffb112

Complementary Color

#ffb112 #1260ff

#ffb112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb112 Color CSS Codes

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

#ffb112 Text Font Color

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

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


#ffb112 Background Color

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

This div background color is #ffb112


#ffb112 Border Color

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

This div border color is #ffb112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb112


Comments

No comments written yet.

Please login to write comment.