Color Hex Logo

#f6bc8b Color Hex

#F6BC8B
(246,188,139)
0 Favorites   0 Comments

Color spaces of #f6bc8b

RGB 246188139
HSL0.080.860.75
HSV27°43°96°
CMYK 0.000.240.43   0.04
XYZ60.649557.423332.3133
Yxy57.42330.40330.3818
Hunter Lab75.778210.251727.7623
CIE-Lab80.417114.869232.8319

#f6bc8b color RGB value is (246,188,139).

#f6bc8b hex color red value is 246, green value is 188 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #f6bc8b hue: 0.08 , saturation: 0.86 and the lightness value of f6bc8b is 0.75.

The process color (four color CMYK) of #f6bc8b color hex is 0.00, 0.24, 0.43, 0.04. Web safe color of #f6bc8b is #ffcc99. Color #f6bc8b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10111100 10001011
Octal 366 274 213
Decimal 246 188 139
Hex F6 BC 8B

RGB Percentages of Color #f6bc8b

%42.93
%32.81
%24.26

CMYK Percentages of Color #f6bc8b

%0
%24
%43
%4

Triadic Colors of #f6bc8b

#f6bc8b #8bf6bc #bc8bf6

Analogous Colors of #f6bc8b

#f6bc8b #f6f28b #f68b90

Monochromatic Colors of #f6bc8b

#f6bc8b

Complementary Color

#f6bc8b #8bc5f6

#f6bc8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6bc8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6bc8b Color CSS Codes

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

#f6bc8b Text Font Color

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

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


#f6bc8b Background Color

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

This div background color is #f6bc8b


#f6bc8b Border Color

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

This div border color is #f6bc8b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,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 #f6bc8b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6bc8b


Comments

No comments written yet.

Please login to write comment.