Color Hex Logo

#f5bfae Color Hex

#F5BFAE
(245,191,174)
1 Favorites   0 Comments

Color spaces of #f5bfae

RGB 245191174
HSL0.040.780.82
HSV14°29°96°
CMYK 0.000.220.29   0.04
XYZ63.927059.730148.2041
Yxy59.73010.37200.3475
Hunter Lab77.285312.398317.1195
CIE-Lab81.691316.995516.0029

#f5bfae color RGB value is (245,191,174).

#f5bfae hex color red value is 245, green value is 191 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f5bfae hue: 0.04 , saturation: 0.78 and the lightness value of f5bfae is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10111111 10101110
Octal 365 277 256
Decimal 245 191 174
Hex F5 BF AE

RGB Percentages of Color #f5bfae

%40.16
%31.31
%28.52

CMYK Percentages of Color #f5bfae

%0
%22
%29
%4

Triadic Colors of #f5bfae

#f5bfae #aef5bf #bfaef5

Analogous Colors of #f5bfae

#f5bfae #f5e3ae #f5aec1

Monochromatic Colors of #f5bfae

#f5bfae

Complementary Color

#f5bfae #aee4f5

#f5bfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5bfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5bfae Color CSS Codes

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

#f5bfae Text Font Color

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

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


#f5bfae Background Color

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

This div background color is #f5bfae


#f5bfae Border Color

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

This div border color is #f5bfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5bfae


Comments

No comments written yet.

Please login to write comment.