Color Hex Logo

#ffbf9f Color Hex

#FFBF9F
(255,191,159)
0 Favorites   0 Comments

Color spaces of #ffbf9f

RGB 255191159
HSL0.061.000.81
HSV20°38°100°
CMYK 0.000.250.38   0.00
XYZ66.128861.024841.0945
Yxy61.02480.39300.3627
Hunter Lab78.118414.396823.4931
CIE-Lab82.392118.947625.1071

#ffbf9f color RGB value is (255,191,159).

#ffbf9f hex color red value is 255, green value is 191 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ffbf9f hue: 0.06 , saturation: 1.00 and the lightness value of ffbf9f is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111111 10011111
Octal 377 277 237
Decimal 255 191 159
Hex FF BF 9F

RGB Percentages of Color #ffbf9f

%42.15
%31.57
%26.28

CMYK Percentages of Color #ffbf9f

%0
%25
%38
%0

Triadic Colors of #ffbf9f

#ffbf9f #9fffbf #bf9fff

Analogous Colors of #ffbf9f

#ffbf9f #ffef9f #ff9faf

Monochromatic Colors of #ffbf9f

#ffbf9f

Complementary Color

#ffbf9f #9fdfff

#ffbf9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbf9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbf9f Color CSS Codes

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

#ffbf9f Text Font Color

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

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


#ffbf9f Background Color

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

This div background color is #ffbf9f


#ffbf9f Border Color

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

This div border color is #ffbf9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbf9f

#ffbf9f Color Palettes


Comments

No comments written yet.

Please login to write comment.