Color Hex Logo

#f7baae Color Hex

#F7BAAE
(247,186,174)
0 Favorites   0 Comments

Color spaces of #f7baae

RGB 247186174
HSL0.030.820.83
HSV10°30°97°
CMYK 0.000.250.30   0.03
XYZ63.556757.948047.8797
Yxy57.94800.37520.3421
Hunter Lab76.123615.816015.9947
CIE-Lab80.709920.378114.6536

#f7baae color RGB value is (247,186,174).

#f7baae hex color red value is 247, green value is 186 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f7baae hue: 0.03 , saturation: 0.82 and the lightness value of f7baae is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 10111010 10101110
Octal 367 272 256
Decimal 247 186 174
Hex F7 BA AE

RGB Percentages of Color #f7baae

%40.69
%30.64
%28.67

CMYK Percentages of Color #f7baae

%0
%25
%30
%3

Triadic Colors of #f7baae

#f7baae #aef7ba #baaef7

Analogous Colors of #f7baae

#f7baae #f7dfae #f7aec7

Monochromatic Colors of #f7baae

#f7baae

Complementary Color

#f7baae #aeebf7

#f7baae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7baae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7baae Color CSS Codes

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

#f7baae Text Font Color

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

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


#f7baae Background Color

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

This div background color is #f7baae


#f7baae Border Color

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

This div border color is #f7baae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7baae


Comments

No comments written yet.

Please login to write comment.