Color Hex Logo

#ffbd0c Color Hex

#FFBD0C
(255,189,12)
1 Favorites   0 Comments

Color spaces of #ffbd0c

RGB 25518912
HSL0.121.000.52
HSV44°95°100°
CMYK 0.000.260.95   0.00
XYZ59.504057.68178.3453
Yxy57.68170.47400.4595
Hunter Lab75.94856.941146.6491
CIE-Lab80.561511.519581.5300

#ffbd0c color RGB value is (255,189,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111101 00001100
Octal 377 275 14
Decimal 255 189 12
Hex FF BD C

RGB Percentages of Color #ffbd0c

%55.92
%41.45
%2.63

CMYK Percentages of Color #ffbd0c

%0
%26
%95
%0

Triadic Colors of #ffbd0c

#ffbd0c #0cffbd #bd0cff

Analogous Colors of #ffbd0c

#ffbd0c #c8ff0c #ff440c

Monochromatic Colors of #ffbd0c

#ffbd0c

Complementary Color

#ffbd0c #0c4eff

#ffbd0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbd0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbd0c Color CSS Codes

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

#ffbd0c Text Font Color

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

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


#ffbd0c Background Color

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

This div background color is #ffbd0c


#ffbd0c Border Color

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

This div border color is #ffbd0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbd0c

#ffbd0c Color Palettes


Comments

No comments written yet.

Please login to write comment.