Color Hex Logo

#ffb35b Color Hex

#FFB35B
(255,179,91)
0 Favorites   0 Comments

Color spaces of #ffb35b

RGB 25517991
HSL0.091.000.68
HSV32°64°100°
CMYK 0.000.300.64   0.00
XYZ59.248454.255517.2472
Yxy54.25550.45310.4150
Hunter Lab73.658314.677637.6780
CIE-Lab78.610519.315754.9077

#ffb35b color RGB value is (255,179,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110011 01011011
Octal 377 263 133
Decimal 255 179 91
Hex FF B3 5B

RGB Percentages of Color #ffb35b

%48.57
%34.10
%17.33

CMYK Percentages of Color #ffb35b

%0
%30
%64
%0

Triadic Colors of #ffb35b

#ffb35b #5bffb3 #b35bff

Analogous Colors of #ffb35b

#ffb35b #f9ff5b #ff615b

Monochromatic Colors of #ffb35b

#ffb35b

Complementary Color

#ffb35b #5ba7ff

#ffb35b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb35b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb35b Color CSS Codes

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

#ffb35b Text Font Color

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

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


#ffb35b Background Color

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

This div background color is #ffb35b


#ffb35b Border Color

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

This div border color is #ffb35b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb35b

#ffb35b Color Palettes


Comments

No comments written yet.

Please login to write comment.