Color Hex Logo

#f5bfaf Color Hex

#F5BFAF
(245,191,175)
0 Favorites   0 Comments

Color spaces of #f5bfaf

RGB 245191175
HSL0.040.780.82
HSV14°29°96°
CMYK 0.000.220.29   0.04
XYZ64.024959.769248.7196
Yxy59.76920.37110.3465
Hunter Lab77.310512.531716.7540
CIE-Lab81.712617.127115.4982

#f5bfaf color RGB value is (245,191,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10111111 10101111
Octal 365 277 257
Decimal 245 191 175
Hex F5 BF AF

RGB Percentages of Color #f5bfaf

%40.10
%31.26
%28.64

CMYK Percentages of Color #f5bfaf

%0
%22
%29
%4

Triadic Colors of #f5bfaf

#f5bfaf #aff5bf #bfaff5

Analogous Colors of #f5bfaf

#f5bfaf #f5e2af #f5afc2

Monochromatic Colors of #f5bfaf

#f5bfaf

Complementary Color

#f5bfaf #afe5f5

#f5bfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5bfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5bfaf Color CSS Codes

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

#f5bfaf Text Font Color

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

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


#f5bfaf Background Color

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

This div background color is #f5bfaf


#f5bfaf Border Color

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

This div border color is #f5bfaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,191,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5bfaf


Comments

No comments written yet.

Please login to write comment.