Color Hex Logo

#ffbd0a Color Hex

#FFBD0A
(255,189,10)
0 Favorites   0 Comments

Color spaces of #ffbd0a

RGB 25518910
HSL0.121.000.52
HSV44°96°100°
CMYK 0.000.260.96   0.00
XYZ59.492457.67718.2844
Yxy57.67710.47420.4597
Hunter Lab75.94546.924746.6942
CIE-Lab80.558911.502781.7328

#ffbd0a color RGB value is (255,189,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111101 00001010
Octal 377 275 12
Decimal 255 189 10
Hex FF BD A

RGB Percentages of Color #ffbd0a

%56.17
%41.63
%2.20

CMYK Percentages of Color #ffbd0a

%0
%26
%96
%0

Triadic Colors of #ffbd0a

#ffbd0a #0affbd #bd0aff

Analogous Colors of #ffbd0a

#ffbd0a #c7ff0a #ff430a

Monochromatic Colors of #ffbd0a

#ffbd0a

Complementary Color

#ffbd0a #0a4cff

#ffbd0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbd0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbd0a Color CSS Codes

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

#ffbd0a Text Font Color

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

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


#ffbd0a Background Color

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

This div background color is #ffbd0a


#ffbd0a Border Color

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

This div border color is #ffbd0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbd0a

Related Colors


Comments

No comments written yet.

Please login to write comment.