Color Hex Logo

#f3bd0b Color Hex

#F3BD0B
(243,189,11)
0 Favorites   0 Comments

Color spaces of #f3bd0b

RGB 24318911
HSL0.130.910.50
HSV46°95°95°
CMYK 0.000.220.95   0.05
XYZ55.220155.47408.1138
Yxy55.47400.46480.4669
Hunter Lab74.48091.998345.6777
CIE-Lab79.31356.377480.1713

#f3bd0b color RGB value is (243,189,11).

#f3bd0b hex color red value is 243, green value is 189 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #f3bd0b hue: 0.13 , saturation: 0.91 and the lightness value of f3bd0b is 0.50.

The process color (four color CMYK) of #f3bd0b color hex is 0.00, 0.22, 0.95, 0.05. Web safe color of #f3bd0b is #ffcc00. Color #f3bd0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10111101 00001011
Octal 363 275 13
Decimal 243 189 11
Hex F3 BD B

RGB Percentages of Color #f3bd0b

%54.85
%42.66
%2.48

CMYK Percentages of Color #f3bd0b

%0
%22
%95
%5

Triadic Colors of #f3bd0b

#f3bd0b #0bf3bd #bd0bf3

Analogous Colors of #f3bd0b

#f3bd0b #b5f30b #f3490b

Monochromatic Colors of #f3bd0b

#f3bd0b

Complementary Color

#f3bd0b #0b41f3

#f3bd0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3bd0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3bd0b Color CSS Codes

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

#f3bd0b Text Font Color

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

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


#f3bd0b Background Color

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

This div background color is #f3bd0b


#f3bd0b Border Color

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

This div border color is #f3bd0b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,189,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 #f3bd0b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3bd0b


Comments

No comments written yet.

Please login to write comment.