Color Hex Logo

#ffb30b Color Hex

#FFB30B
(255,179,11)
0 Favorites   0 Comments

Color spaces of #ffb30b

RGB 25517911
HSL0.111.000.52
HSV41°96°100°
CMYK 0.000.300.96   0.00
XYZ57.420553.52447.6215
Yxy53.52440.48430.4514
Hunter Lab73.160412.066545.0357
CIE-Lab78.183616.717479.9609

#ffb30b color RGB value is (255,179,11).

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

The process color (four color CMYK) of #ffb30b color hex is 0.00, 0.30, 0.96, 0.00. Web safe color of #ffb30b is #ffcc00. Color #ffb30b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110011 00001011
Octal 377 263 13
Decimal 255 179 11
Hex FF B3 B

RGB Percentages of Color #ffb30b

%57.30
%40.22
%2.47

CMYK Percentages of Color #ffb30b

%0
%30
%96
%0

Triadic Colors of #ffb30b

#ffb30b #0bffb3 #b30bff

Analogous Colors of #ffb30b

#ffb30b #d1ff0b #ff390b

Monochromatic Colors of #ffb30b

#ffb30b

Complementary Color

#ffb30b #0b57ff

#ffb30b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb30b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb30b Color CSS Codes

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

#ffb30b Text Font Color

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

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


#ffb30b Background Color

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

This div background color is #ffb30b


#ffb30b Border Color

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

This div border color is #ffb30b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb30b


Comments

No comments written yet.

Please login to write comment.