Color Hex Logo

#b8efbf Color Hex

#B8EFBF
(184,239,191)
0 Favorites   0 Comments

Color spaces of #b8efbf

RGB 184239191
HSL0.350.630.83
HSV128°23°94°
CMYK 0.230.000.20   0.06
XYZ60.037675.684960.7346
Yxy75.68490.30560.3852
Hunter Lab86.9971-29.060119.5063
CIE-Lab89.7128-26.651217.6286

#b8efbf color RGB value is (184,239,191).

#b8efbf hex color red value is 184, green value is 239 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b8efbf hue: 0.35 , saturation: 0.63 and the lightness value of b8efbf is 0.83.

The process color (four color CMYK) of #b8efbf color hex is 0.23, 0.00, 0.20, 0.06. Web safe color of #b8efbf is #ccffcc. Color #b8efbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11101111 10111111
Octal 270 357 277
Decimal 184 239 191
Hex B8 EF BF

RGB Percentages of Color #b8efbf

%29.97
%38.93
%31.11

CMYK Percentages of Color #b8efbf

%23
%0
%20
%6

Triadic Colors of #b8efbf

#b8efbf #bfb8ef #efbfb8

Analogous Colors of #b8efbf

#b8efbf #b8efdb #cdefb8

Monochromatic Colors of #b8efbf

#b8efbf

Complementary Color

#b8efbf #efb8e8

#b8efbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8efbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8efbf Color CSS Codes

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

#b8efbf Text Font Color

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

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


#b8efbf Background Color

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

This div background color is #b8efbf


#b8efbf Border Color

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

This div border color is #b8efbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8efbf


Comments

No comments written yet.

Please login to write comment.