Color Hex Logo

#ffbfeb Color Hex

#FFBFEB
(255,191,235)
0 Favorites   0 Comments

Color spaces of #ffbfeb

RGB 255191235
HSL0.891.000.87
HSV319°25°100°
CMYK 0.000.250.08   0.00
XYZ74.866264.519887.1049
Yxy64.51980.33050.2849
Hunter Lab80.324225.8036-8.0681
CIE-Lab84.235729.7127-12.8424

#ffbfeb color RGB value is (255,191,235).

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

The process color (four color CMYK) of #ffbfeb color hex is 0.00, 0.25, 0.08, 0.00. Web safe color of #ffbfeb is #ffccff. Color #ffbfeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111111 11101011
Octal 377 277 353
Decimal 255 191 235
Hex FF BF EB

RGB Percentages of Color #ffbfeb

%37.44
%28.05
%34.51

CMYK Percentages of Color #ffbfeb

%0
%25
%8
%0

Triadic Colors of #ffbfeb

#ffbfeb #ebffbf #bfebff

Analogous Colors of #ffbfeb

#ffbfeb #ffbfcb #f3bfff

Monochromatic Colors of #ffbfeb

#ffbfeb

Complementary Color

#ffbfeb #bfffd3

#ffbfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbfeb Color CSS Codes

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

#ffbfeb Text Font Color

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

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


#ffbfeb Background Color

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

This div background color is #ffbfeb


#ffbfeb Border Color

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

This div border color is #ffbfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbfeb

Related Colors

#ffbfeb Color Palettes


Comments

No comments written yet.

Please login to write comment.