Color Hex Logo

#b8efeb Color Hex

#B8EFEB
(184,239,235)
0 Favorites   0 Comments

Color spaces of #b8efeb

RGB 184239235
HSL0.490.630.83
HSV176°23°94°
CMYK 0.230.000.02   0.06
XYZ65.629177.921590.1786
Yxy77.92150.28080.3334
Hunter Lab88.2732-21.76731.2214
CIE-Lab90.7441-18.1712-3.7796

#b8efeb color RGB value is (184,239,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11101111 11101011
Octal 270 357 353
Decimal 184 239 235
Hex B8 EF EB

RGB Percentages of Color #b8efeb

%27.96
%36.32
%35.71

CMYK Percentages of Color #b8efeb

%23
%0
%2
%6

Triadic Colors of #b8efeb

#b8efeb #ebb8ef #efebb8

Analogous Colors of #b8efeb

#b8efeb #b8d8ef #b8efd0

Monochromatic Colors of #b8efeb

#b8efeb

Complementary Color

#b8efeb #efb8bc

#b8efeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8efeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8efeb Color CSS Codes

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

#b8efeb Text Font Color

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

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


#b8efeb Background Color

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

This div background color is #b8efeb


#b8efeb Border Color

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

This div border color is #b8efeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8efeb


Comments

No comments written yet.

Please login to write comment.