Color Hex Logo

#ffbc4b Color Hex

#FFBC4B
(255,188,75)
0 Favorites   0 Comments

Color spaces of #ffbc4b

RGB 25518875
HSL0.101.000.65
HSV38°71°100°
CMYK 0.000.260.71   0.00
XYZ60.493257.734414.6121
Yxy57.73440.45540.4346
Hunter Lab75.98329.140441.7863
CIE-Lab80.590913.750064.1405

#ffbc4b color RGB value is (255,188,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111100 01001011
Octal 377 274 113
Decimal 255 188 75
Hex FF BC 4B

RGB Percentages of Color #ffbc4b

%49.23
%36.29
%14.48

CMYK Percentages of Color #ffbc4b

%0
%26
%71
%0

Triadic Colors of #ffbc4b

#ffbc4b #4bffbc #bc4bff

Analogous Colors of #ffbc4b

#ffbc4b #e8ff4b #ff624b

Monochromatic Colors of #ffbc4b

#ffbc4b

Complementary Color

#ffbc4b #4b8eff

#ffbc4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbc4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbc4b Color CSS Codes

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

#ffbc4b Text Font Color

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

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


#ffbc4b Background Color

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

This div background color is #ffbc4b


#ffbc4b Border Color

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

This div border color is #ffbc4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbc4b

Related Colors

#ffbc4b Color Palettes


Comments

No comments written yet.

Please login to write comment.