Color Hex Logo

#f0bb76 Color Hex

#F0BB76
(240,187,118)
0 Favorites   0 Comments

Color spaces of #f0bb76

RGB 240187118
HSL0.090.800.70
HSV34°51°94°
CMYK 0.000.220.51   0.06
XYZ56.975555.373924.8248
Yxy55.37390.41540.4037
Hunter Lab74.41366.446332.3101
CIE-Lab79.256210.999542.0533

#f0bb76 color RGB value is (240,187,118).

#f0bb76 hex color red value is 240, green value is 187 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #f0bb76 hue: 0.09 , saturation: 0.80 and the lightness value of f0bb76 is 0.70.

The process color (four color CMYK) of #f0bb76 color hex is 0.00, 0.22, 0.51, 0.06. Web safe color of #f0bb76 is #ffcc66. Color #f0bb76 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111011 01110110
Octal 360 273 166
Decimal 240 187 118
Hex F0 BB 76

RGB Percentages of Color #f0bb76

%44.04
%34.31
%21.65

CMYK Percentages of Color #f0bb76

%0
%22
%51
%6

Triadic Colors of #f0bb76

#f0bb76 #76f0bb #bb76f0

Analogous Colors of #f0bb76

#f0bb76 #e8f076 #f07e76

Monochromatic Colors of #f0bb76

#f0bb76

Complementary Color

#f0bb76 #76abf0

#f0bb76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0bb76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0bb76 Color CSS Codes

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

#f0bb76 Text Font Color

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

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


#f0bb76 Background Color

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

This div background color is #f0bb76


#f0bb76 Border Color

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

This div border color is #f0bb76


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,187,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f0bb76; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f0bb76;
  -webkit-box-shadow: 1px 1px 3px 2px #f0bb76;
  box-shadow:         1px 1px 3px 2px #f0bb76; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,187,118, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0bb76


Comments

No comments written yet.

Please login to write comment.