Color Hex Logo

#bff9eb Color Hex

#BFF9EB
(191,249,235)
0 Favorites   0 Comments

Color spaces of #bff9eb

RGB 191249235
HSL0.460.830.86
HSV166°23°98°
CMYK 0.230.000.06   0.02
XYZ70.356984.825991.2621
Yxy84.82590.28550.3442
Hunter Lab92.1010-24.81875.7207
CIE-Lab93.8080-21.01100.7538

#bff9eb color RGB value is (191,249,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111001 11101011
Octal 277 371 353
Decimal 191 249 235
Hex BF F9 EB

RGB Percentages of Color #bff9eb

%28.30
%36.89
%34.81

CMYK Percentages of Color #bff9eb

%23
%0
%6
%2

Triadic Colors of #bff9eb

#bff9eb #ebbff9 #f9ebbf

Analogous Colors of #bff9eb

#bff9eb #bfeaf9 #bff9ce

Monochromatic Colors of #bff9eb

#bff9eb

Complementary Color

#bff9eb #f9bfcd

#bff9eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff9eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff9eb Color CSS Codes

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

#bff9eb Text Font Color

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

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


#bff9eb Background Color

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

This div background color is #bff9eb


#bff9eb Border Color

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

This div border color is #bff9eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff9eb

Related Colors


Comments

No comments written yet.

Please login to write comment.