Color Hex Logo

#f0b46e Color Hex

#F0B46E
(240,180,110)
0 Favorites   0 Comments

Color spaces of #f0b46e

RGB 240180110
HSL0.090.810.69
HSV32°54°94°
CMYK 0.000.250.54   0.06
XYZ55.070952.293621.9430
Yxy52.29360.42590.4044
Hunter Lab72.31439.386532.6291
CIE-Lab77.456114.007543.8733

#f0b46e color RGB value is (240,180,110).

#f0b46e hex color red value is 240, green value is 180 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #f0b46e hue: 0.09 , saturation: 0.81 and the lightness value of f0b46e is 0.69.

The process color (four color CMYK) of #f0b46e color hex is 0.00, 0.25, 0.54, 0.06. Web safe color of #f0b46e is #ffcc66. Color #f0b46e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10110100 01101110
Octal 360 264 156
Decimal 240 180 110
Hex F0 B4 6E

RGB Percentages of Color #f0b46e

%45.28
%33.96
%20.75

CMYK Percentages of Color #f0b46e

%0
%25
%54
%6

Triadic Colors of #f0b46e

#f0b46e #6ef0b4 #b46ef0

Analogous Colors of #f0b46e

#f0b46e #ebf06e #f0736e

Monochromatic Colors of #f0b46e

#f0b46e

Complementary Color

#f0b46e #6eaaf0

#f0b46e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0b46e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0b46e Color CSS Codes

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

#f0b46e Text Font Color

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

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


#f0b46e Background Color

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

This div background color is #f0b46e


#f0b46e Border Color

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

This div border color is #f0b46e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0b46e


Comments

No comments written yet.

Please login to write comment.