Color Hex Logo

#ffbc16 Color Hex

#FFBC16
(255,188,22)
0 Favorites   0 Comments

Color spaces of #ffbc16

RGB 25518822
HSL0.121.000.54
HSV43°91°100°
CMYK 0.000.260.91   0.00
XYZ59.368057.28448.6870
Yxy57.28440.47370.4570
Hunter Lab75.68657.563046.1754
CIE-Lab80.339312.151180.0029

#ffbc16 color RGB value is (255,188,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111100 00010110
Octal 377 274 26
Decimal 255 188 22
Hex FF BC 16

RGB Percentages of Color #ffbc16

%54.84
%40.43
%4.73

CMYK Percentages of Color #ffbc16

%0
%26
%91
%0

Triadic Colors of #ffbc16

#ffbc16 #16ffbc #bc16ff

Analogous Colors of #ffbc16

#ffbc16 #ceff16 #ff4716

Monochromatic Colors of #ffbc16

#ffbc16

Complementary Color

#ffbc16 #1659ff

#ffbc16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbc16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbc16 Color CSS Codes

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

#ffbc16 Text Font Color

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

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


#ffbc16 Background Color

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

This div background color is #ffbc16


#ffbc16 Border Color

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

This div border color is #ffbc16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbc16


Comments

No comments written yet.

Please login to write comment.