Color Hex Logo

#f5baaa Color Hex

#F5BAAA
(245,186,170)
0 Favorites   0 Comments

Color spaces of #f5baaa

RGB 245186170
HSL0.040.790.81
HSV13°31°96°
CMYK 0.000.240.31   0.04
XYZ62.470857.432645.8232
Yxy57.43260.37700.3466
Hunter Lab75.784314.519317.1991
CIE-Lab80.422319.113316.3672

#f5baaa color RGB value is (245,186,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10111010 10101010
Octal 365 272 252
Decimal 245 186 170
Hex F5 BA AA

RGB Percentages of Color #f5baaa

%40.77
%30.95
%28.29

CMYK Percentages of Color #f5baaa

%0
%24
%31
%4

Triadic Colors of #f5baaa

#f5baaa #aaf5ba #baaaf5

Analogous Colors of #f5baaa

#f5baaa #f5e0aa #f5aac0

Monochromatic Colors of #f5baaa

#f5baaa

Complementary Color

#f5baaa #aae5f5

#f5baaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5baaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5baaa Color CSS Codes

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

#f5baaa Text Font Color

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

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


#f5baaa Background Color

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

This div background color is #f5baaa


#f5baaa Border Color

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

This div border color is #f5baaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5baaa


Comments

No comments written yet.

Please login to write comment.