Color Hex Logo

#ffbc2e Color Hex

#FFBC2E
(255,188,46)
0 Favorites   0 Comments

Color spaces of #ffbc2e

RGB 25518846
HSL0.111.000.59
HSV41°82°100°
CMYK 0.000.260.82   0.00
XYZ59.716457.423710.5213
Yxy57.42370.46780.4498
Hunter Lab75.77848.052844.8129
CIE-Lab80.417312.649374.4599

#ffbc2e color RGB value is (255,188,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111100 00101110
Octal 377 274 56
Decimal 255 188 46
Hex FF BC 2E

RGB Percentages of Color #ffbc2e

%52.15
%38.45
%9.41

CMYK Percentages of Color #ffbc2e

%0
%26
%82
%0

Triadic Colors of #ffbc2e

#ffbc2e #2effbc #bc2eff

Analogous Colors of #ffbc2e

#ffbc2e #daff2e #ff542e

Monochromatic Colors of #ffbc2e

#ffbc2e

Complementary Color

#ffbc2e #2e71ff

#ffbc2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbc2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbc2e Color CSS Codes

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

#ffbc2e Text Font Color

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

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


#ffbc2e Background Color

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

This div background color is #ffbc2e


#ffbc2e Border Color

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

This div border color is #ffbc2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbc2e


Comments

No comments written yet.

Please login to write comment.