Color Hex Logo

#bff5eb Color Hex

#BFF5EB
(191,245,235)
0 Favorites   0 Comments

Color spaces of #bff5eb

RGB 191245235
HSL0.470.730.85
HSV169°22°96°
CMYK 0.220.000.04   0.04
XYZ69.133782.379390.8543
Yxy82.37930.28520.3399
Hunter Lab90.7630-22.87294.1845
CIE-Lab92.7420-19.0526-0.8029

#bff5eb color RGB value is (191,245,235).

#bff5eb hex color red value is 191, green value is 245 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bff5eb hue: 0.47 , saturation: 0.73 and the lightness value of bff5eb is 0.85.

The process color (four color CMYK) of #bff5eb color hex is 0.22, 0.00, 0.04, 0.04. Web safe color of #bff5eb is #ccffff. Color #bff5eb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11110101 11101011
Octal 277 365 353
Decimal 191 245 235
Hex BF F5 EB

RGB Percentages of Color #bff5eb

%28.46
%36.51
%35.02

CMYK Percentages of Color #bff5eb

%22
%0
%4
%4

Triadic Colors of #bff5eb

#bff5eb #ebbff5 #f5ebbf

Analogous Colors of #bff5eb

#bff5eb #bfe4f5 #bff5d0

Monochromatic Colors of #bff5eb

#bff5eb

Complementary Color

#bff5eb #f5bfc9

#bff5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff5eb Color CSS Codes

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

#bff5eb Text Font Color

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

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


#bff5eb Background Color

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

This div background color is #bff5eb


#bff5eb Border Color

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

This div border color is #bff5eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff5eb

Related Colors

#bff5eb Color Palettes


Comments

No comments written yet.

Please login to write comment.