Color Hex Logo

#f0beaa Color Hex

#F0BEAA
(240,190,170)
0 Favorites   0 Comments

Color spaces of #f0beaa

RGB 240190170
HSL0.050.700.80
HSV17°29°94°
CMYK 0.000.210.29   0.06
XYZ61.604358.254546.0275
Yxy58.25450.37140.3512
Hunter Lab76.324610.505517.6725
CIE-Lab80.880115.120716.9340

#f0beaa color RGB value is (240,190,170).

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

The process color (four color CMYK) of #f0beaa color hex is 0.00, 0.21, 0.29, 0.06. Web safe color of #f0beaa is #ffcc99. Color #f0beaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111110 10101010
Octal 360 276 252
Decimal 240 190 170
Hex F0 BE AA

RGB Percentages of Color #f0beaa

%40.00
%31.67
%28.33

CMYK Percentages of Color #f0beaa

%0
%21
%29
%6

Triadic Colors of #f0beaa

#f0beaa #aaf0be #beaaf0

Analogous Colors of #f0beaa

#f0beaa #f0e1aa #f0aab9

Monochromatic Colors of #f0beaa

#f0beaa

Complementary Color

#f0beaa #aadcf0

#f0beaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0beaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0beaa Color CSS Codes

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

#f0beaa Text Font Color

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

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


#f0beaa Background Color

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

This div background color is #f0beaa


#f0beaa Border Color

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

This div border color is #f0beaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0beaa


Comments

No comments written yet.

Please login to write comment.