Color Hex Logo

#f0b072 Color Hex

#F0B072
(240,176,114)
0 Favorites   0 Comments

Color spaces of #f0b072

RGB 240176114
HSL0.080.810.69
HSV30°53°94°
CMYK 0.000.270.53   0.06
XYZ54.497850.790822.8509
Yxy50.79080.42530.3964
Hunter Lab71.267711.779130.8769
CIE-Lab76.552116.452940.7194

#f0b072 color RGB value is (240,176,114).

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

The process color (four color CMYK) of #f0b072 color hex is 0.00, 0.27, 0.53, 0.06. Web safe color of #f0b072 is #ff9966. Color #f0b072 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10110000 01110010
Octal 360 260 162
Decimal 240 176 114
Hex F0 B0 72

RGB Percentages of Color #f0b072

%45.28
%33.21
%21.51

CMYK Percentages of Color #f0b072

%0
%27
%53
%6

Triadic Colors of #f0b072

#f0b072 #72f0b0 #b072f0

Analogous Colors of #f0b072

#f0b072 #f0ef72 #f07273

Monochromatic Colors of #f0b072

#f0b072

Complementary Color

#f0b072 #72b2f0

#f0b072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0b072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0b072 Color CSS Codes

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

#f0b072 Text Font Color

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

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


#f0b072 Background Color

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

This div background color is #f0b072


#f0b072 Border Color

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

This div border color is #f0b072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0b072


Comments

No comments written yet.

Please login to write comment.