color codes Logo

#ffb056 color codes

#FFB056
(255,176,86)
0 Favorites   0 Comments

Color spaces of #ffb056

RGB 25517686
HSL0.091.000.67
HSV32°66°100°
CMYK 0.000.310.66   0.00
XYZ58.445052.982615.9504
Yxy52.98260.45880.4159
Hunter Lab72.789115.943037.9601
CIE-Lab77.864720.590856.4050

#ffb056 color RGB value is (255,176,86).

#ffb056 hex color red value is 255, green value is 176 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #ffb056 hue: 0.09 , saturation: 1.00 and the lightness value of ffb056 is 0.67.

The process color (four color CMYK) of #ffb056 color code is 0.00, 0.31, 0.66, 0.00. Web safe color of #ffb056 is #ff9966. Color #ffb056 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110000 01010110
Octal 377 260 126
Decimal 255 176 86
Hex FF B0 56

RGB Percentages of Color #ffb056

%49.32
%34.04
%16.63

CMYK Percentages of Color #ffb056

%0
%31
%66
%0

Triadic Colors of #ffb056

#ffb056 #56ffb0 #b056ff

Analogous Colors of #ffb056

#ffb056 #faff56 #ff5c56

Monochromatic Colors of #ffb056

#ffb056

Complementary Color

#ffb056 #56a5ff

#ffb056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb056 Color CSS Codes

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

#ffb056 Text Font Color

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

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


#ffb056 Background Color

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

This div background color is #ffb056


#ffb056 Border Color

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

This div border color is #ffb056


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb056

Related Colors


Comments

No comments written yet.

Please login to write comment.