Color Hex Logo

#ffbd11 Color Hex

#FFBD11
(255,189,17)
0 Favorites   0 Comments

Color spaces of #ffbd11

RGB 25518917
HSL0.121.000.53
HSV43°93°100°
CMYK 0.000.260.93   0.00
XYZ59.538857.69578.5287
Yxy57.69570.47340.4588
Hunter Lab75.95776.989846.5132
CIE-Lab80.569311.569280.9257

#ffbd11 color RGB value is (255,189,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111101 00010001
Octal 377 275 21
Decimal 255 189 17
Hex FF BD 11

RGB Percentages of Color #ffbd11

%55.31
%41.00
%3.69

CMYK Percentages of Color #ffbd11

%0
%26
%93
%0

Triadic Colors of #ffbd11

#ffbd11 #11ffbd #bd11ff

Analogous Colors of #ffbd11

#ffbd11 #caff11 #ff4611

Monochromatic Colors of #ffbd11

#ffbd11

Complementary Color

#ffbd11 #1153ff

#ffbd11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbd11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbd11 Color CSS Codes

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

#ffbd11 Text Font Color

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

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


#ffbd11 Background Color

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

This div background color is #ffbd11


#ffbd11 Border Color

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

This div border color is #ffbd11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbd11

Related Colors


Comments

No comments written yet.

Please login to write comment.