Color Hex Logo

#ffbfb4 Color Hex

#FFBFB4
(255,191,180)
1 Favorites   0 Comments

Color spaces of #ffbfb4

RGB 255191180
HSL0.021.000.85
HSV29°100°
CMYK 0.000.250.29   0.00
XYZ68.109061.816951.5221
Yxy61.81690.37540.3407
Hunter Lab78.623717.036816.1839
CIE-Lab82.816021.499414.5220

#ffbfb4 color RGB value is (255,191,180).

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

The process color (four color CMYK) of #ffbfb4 color hex is 0.00, 0.25, 0.29, 0.00. Web safe color of #ffbfb4 is #ffcccc. Color #ffbfb4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111111 10110100
Octal 377 277 264
Decimal 255 191 180
Hex FF BF B4

RGB Percentages of Color #ffbfb4

%40.73
%30.51
%28.75

CMYK Percentages of Color #ffbfb4

%0
%25
%29
%0

Triadic Colors of #ffbfb4

#ffbfb4 #b4ffbf #bfb4ff

Analogous Colors of #ffbfb4

#ffbfb4 #ffe5b4 #ffb4cf

Monochromatic Colors of #ffbfb4

#ffbfb4

Complementary Color

#ffbfb4 #b4f4ff

#ffbfb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbfb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbfb4 Color CSS Codes

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

#ffbfb4 Text Font Color

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

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


#ffbfb4 Background Color

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

This div background color is #ffbfb4


#ffbfb4 Border Color

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

This div border color is #ffbfb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbfb4

#ffbfb4 Color Palettes


Comments

No comments written yet.

Please login to write comment.