Color Hex Logo

#f5beaa Color Hex

#F5BEAA
(245,190,170)
0 Favorites   0 Comments

Color spaces of #f5beaa

RGB 245190170
HSL0.040.790.81
HSV16°31°96°
CMYK 0.000.220.31   0.04
XYZ63.325359.141746.1081
Yxy59.14170.37570.3508
Hunter Lab76.903612.402118.2848
CIE-Lab81.369417.004017.6901

#f5beaa color RGB value is (245,190,170).

#f5beaa hex color red value is 245, green value is 190 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f5beaa hue: 0.04 , saturation: 0.79 and the lightness value of f5beaa is 0.81.

The process color (four color CMYK) of #f5beaa color hex is 0.00, 0.22, 0.31, 0.04. Web safe color of #f5beaa is #ffcc99. Color #f5beaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10111110 10101010
Octal 365 276 252
Decimal 245 190 170
Hex F5 BE AA

RGB Percentages of Color #f5beaa

%40.50
%31.40
%28.10

CMYK Percentages of Color #f5beaa

%0
%22
%31
%4

Triadic Colors of #f5beaa

#f5beaa #aaf5be #beaaf5

Analogous Colors of #f5beaa

#f5beaa #f5e4aa #f5aabc

Monochromatic Colors of #f5beaa

#f5beaa

Complementary Color

#f5beaa #aae1f5

#f5beaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5beaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5beaa Color CSS Codes

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

#f5beaa Text Font Color

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

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


#f5beaa Background Color

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

This div background color is #f5beaa


#f5beaa Border Color

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

This div border color is #f5beaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5beaa


Comments

No comments written yet.

Please login to write comment.