Color Hex Logo

#ffbd0e Color Hex

#FFBD0E
(255,189,14)
0 Favorites   0 Comments

Color spaces of #ffbd0e

RGB 25518914
HSL0.121.000.53
HSV44°95°100°
CMYK 0.000.260.95   0.00
XYZ59.516957.68698.4133
Yxy57.68690.47380.4592
Hunter Lab75.95196.959146.5987
CIE-Lab80.564411.537981.3049

#ffbd0e color RGB value is (255,189,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111101 00001110
Octal 377 275 16
Decimal 255 189 14
Hex FF BD E

RGB Percentages of Color #ffbd0e

%55.68
%41.27
%3.06

CMYK Percentages of Color #ffbd0e

%0
%26
%95
%0

Triadic Colors of #ffbd0e

#ffbd0e #0effbd #bd0eff

Analogous Colors of #ffbd0e

#ffbd0e #c9ff0e #ff450e

Monochromatic Colors of #ffbd0e

#ffbd0e

Complementary Color

#ffbd0e #0e50ff

#ffbd0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbd0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbd0e Color CSS Codes

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

#ffbd0e Text Font Color

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

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


#ffbd0e Background Color

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

This div background color is #ffbd0e


#ffbd0e Border Color

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

This div border color is #ffbd0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbd0e

Related Colors


Comments

No comments written yet.

Please login to write comment.