Color Hex Logo

#ffbd1f Color Hex

#FFBD1F
(255,189,31)
0 Favorites   0 Comments

Color spaces of #ffbd1f

RGB 25518931
HSL0.121.000.56
HSV42°88°100°
CMYK 0.000.260.88   0.00
XYZ59.684957.75419.2982
Yxy57.75410.47090.4557
Hunter Lab75.99617.194945.9431
CIE-Lab80.601911.778478.4819

#ffbd1f color RGB value is (255,189,31).

#ffbd1f hex color red value is 255, green value is 189 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ffbd1f hue: 0.12 , saturation: 1.00 and the lightness value of ffbd1f is 0.56.

The process color (four color CMYK) of #ffbd1f color hex is 0.00, 0.26, 0.88, 0.00. Web safe color of #ffbd1f is #ffcc33. Color #ffbd1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111101 00011111
Octal 377 275 37
Decimal 255 189 31
Hex FF BD 1F

RGB Percentages of Color #ffbd1f

%53.68
%39.79
%6.53

CMYK Percentages of Color #ffbd1f

%0
%26
%88
%0

Triadic Colors of #ffbd1f

#ffbd1f #1fffbd #bd1fff

Analogous Colors of #ffbd1f

#ffbd1f #d1ff1f #ff4d1f

Monochromatic Colors of #ffbd1f

#ffbd1f

Complementary Color

#ffbd1f #1f61ff

#ffbd1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbd1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbd1f Color CSS Codes

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

#ffbd1f Text Font Color

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

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


#ffbd1f Background Color

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

This div background color is #ffbd1f


#ffbd1f Border Color

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

This div border color is #ffbd1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbd1f


Comments

No comments written yet.

Please login to write comment.