Color Hex Logo

#ffb36a Color Hex

#FFB36A
(255,179,106)
0 Favorites   0 Comments

Color spaces of #ffb36a

RGB 255179106
HSL0.081.000.71
HSV29°58°100°
CMYK 0.000.300.58   0.00
XYZ59.961654.540821.0028
Yxy54.54080.44250.4025
Hunter Lab73.851715.686934.8347
CIE-Lab78.776020.309147.8483

#ffb36a color RGB value is (255,179,106).

#ffb36a hex color red value is 255, green value is 179 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ffb36a hue: 0.08 , saturation: 1.00 and the lightness value of ffb36a is 0.71.

The process color (four color CMYK) of #ffb36a color hex is 0.00, 0.30, 0.58, 0.00. Web safe color of #ffb36a is #ffcc66. Color #ffb36a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110011 01101010
Octal 377 263 152
Decimal 255 179 106
Hex FF B3 6A

RGB Percentages of Color #ffb36a

%47.22
%33.15
%19.63

CMYK Percentages of Color #ffb36a

%0
%30
%58
%0

Triadic Colors of #ffb36a

#ffb36a #6affb3 #b36aff

Analogous Colors of #ffb36a

#ffb36a #fffe6a #ff6a6c

Monochromatic Colors of #ffb36a

#ffb36a

Complementary Color

#ffb36a #6ab6ff

#ffb36a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb36a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb36a Color CSS Codes

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

#ffb36a Text Font Color

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

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


#ffb36a Background Color

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

This div background color is #ffb36a


#ffb36a Border Color

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

This div border color is #ffb36a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb36a

Related Colors

#ffb36a Color Palettes


Comments

No comments written yet.

Please login to write comment.