Color Hex Logo

#ffbd3a Color Hex

#FFBD3A
(255,189,58)
0 Favorites   0 Comments

Color spaces of #ffbd3a

RGB 25518958
HSL0.111.000.61
HSV40°77°100°
CMYK 0.000.260.77   0.00
XYZ60.201357.960712.0176
Yxy57.96070.46240.4452
Hunter Lab76.13197.918043.9333
CIE-Lab80.716912.513870.8171

#ffbd3a color RGB value is (255,189,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111101 00111010
Octal 377 275 72
Decimal 255 189 58
Hex FF BD 3A

RGB Percentages of Color #ffbd3a

%50.80
%37.65
%11.55

CMYK Percentages of Color #ffbd3a

%0
%26
%77
%0

Triadic Colors of #ffbd3a

#ffbd3a #3affbd #bd3aff

Analogous Colors of #ffbd3a

#ffbd3a #dfff3a #ff5b3a

Monochromatic Colors of #ffbd3a

#ffbd3a

Complementary Color

#ffbd3a #3a7cff

#ffbd3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbd3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbd3a Color CSS Codes

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

#ffbd3a Text Font Color

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

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


#ffbd3a Background Color

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

This div background color is #ffbd3a


#ffbd3a Border Color

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

This div border color is #ffbd3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbd3a

Related Colors


Comments

No comments written yet.

Please login to write comment.