Color Hex Logo

#ffbc8b Color Hex

#FFBC8B
(255,188,139)
1 Favorites   0 Comments

Color spaces of #ffbc8b

RGB 255188139
HSL0.071.000.77
HSV25°45°100°
CMYK 0.000.260.45   0.00
XYZ63.883459.090532.4647
Yxy59.09050.41100.3802
Hunter Lab76.870313.820028.7693
CIE-Lab81.341318.404334.2174

#ffbc8b color RGB value is (255,188,139).

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

The process color (four color CMYK) of #ffbc8b color hex is 0.00, 0.26, 0.45, 0.00. Web safe color of #ffbc8b is #ffcc99. Color #ffbc8b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111100 10001011
Octal 377 274 213
Decimal 255 188 139
Hex FF BC 8B

RGB Percentages of Color #ffbc8b

%43.81
%32.30
%23.88

CMYK Percentages of Color #ffbc8b

%0
%26
%45
%0

Triadic Colors of #ffbc8b

#ffbc8b #8bffbc #bc8bff

Analogous Colors of #ffbc8b

#ffbc8b #fff68b #ff8b94

Monochromatic Colors of #ffbc8b

#ffbc8b

Complementary Color

#ffbc8b #8bceff

#ffbc8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbc8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbc8b Color CSS Codes

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

#ffbc8b Text Font Color

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

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


#ffbc8b Background Color

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

This div background color is #ffbc8b


#ffbc8b Border Color

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

This div border color is #ffbc8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbc8b

Related Colors


Comments

No comments written yet.

Please login to write comment.