Color Hex Logo

#bffbeb Color Hex

#BFFBEB
(191,251,235)
0 Favorites   0 Comments

Color spaces of #bffbeb

RGB 191251235
HSL0.460.880.87
HSV164°24°98°
CMYK 0.240.000.06   0.02
XYZ70.978486.068991.4693
Yxy86.06890.28560.3463
Hunter Lab92.7733-25.78776.4847
CIE-Lab94.3418-21.98381.5315

#bffbeb color RGB value is (191,251,235).

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

The process color (four color CMYK) of #bffbeb color hex is 0.24, 0.00, 0.06, 0.02. Web safe color of #bffbeb is #ccffff. Color #bffbeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111011 11101011
Octal 277 373 353
Decimal 191 251 235
Hex BF FB EB

RGB Percentages of Color #bffbeb

%28.21
%37.08
%34.71

CMYK Percentages of Color #bffbeb

%24
%0
%6
%2

Triadic Colors of #bffbeb

#bffbeb #ebbffb #fbebbf

Analogous Colors of #bffbeb

#bffbeb #bfedfb #bffbcd

Monochromatic Colors of #bffbeb

#bffbeb

Complementary Color

#bffbeb #fbbfcf

#bffbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bffbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bffbeb Color CSS Codes

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

#bffbeb Text Font Color

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

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


#bffbeb Background Color

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

This div background color is #bffbeb


#bffbeb Border Color

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

This div border color is #bffbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bffbeb

Related Colors


Comments

No comments written yet.

Please login to write comment.