Color Hex Logo

#f7baa1 Color Hex

#F7BAA1
(247,186,161)
6 Favorites   0 Comments

Color spaces of #f7baa1

RGB 247186161
HSL0.050.840.80
HSV17°35°97°
CMYK 0.000.250.35   0.03
XYZ62.349757.465241.5239
Yxy57.46520.38650.3562
Hunter Lab75.805814.154720.5870
CIE-Lab80.440518.753521.2407

#f7baa1 color RGB value is (247,186,161).

#f7baa1 hex color red value is 247, green value is 186 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #f7baa1 hue: 0.05 , saturation: 0.84 and the lightness value of f7baa1 is 0.80.

The process color (four color CMYK) of #f7baa1 color hex is 0.00, 0.25, 0.35, 0.03. Web safe color of #f7baa1 is #ffcc99. Color #f7baa1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10111010 10100001
Octal 367 272 241
Decimal 247 186 161
Hex F7 BA A1

RGB Percentages of Color #f7baa1

%41.58
%31.31
%27.10

CMYK Percentages of Color #f7baa1

%0
%25
%35
%3

Triadic Colors of #f7baa1

#f7baa1 #a1f7ba #baa1f7

Analogous Colors of #f7baa1

#f7baa1 #f7e5a1 #f7a1b3

Monochromatic Colors of #f7baa1

#f7baa1

Complementary Color

#f7baa1 #a1def7

#f7baa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7baa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7baa1 Color CSS Codes

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

#f7baa1 Text Font Color

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

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


#f7baa1 Background Color

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

This div background color is #f7baa1


#f7baa1 Border Color

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

This div border color is #f7baa1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,186,161, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7baa1


Comments

No comments written yet.

Please login to write comment.