Color Hex Logo

#b8edba Color Hex

#B8EDBA
(184,237,186)
0 Favorites   0 Comments

Color spaces of #b8edba

RGB 184237186
HSL0.340.600.83
HSV122°22°93°
CMYK 0.220.000.22   0.07
XYZ58.914374.303957.6913
Yxy74.30390.30860.3892
Hunter Lab86.1997-28.851420.6585
CIE-Lab89.0659-26.555219.3103

#b8edba color RGB value is (184,237,186).

#b8edba hex color red value is 184, green value is 237 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b8edba hue: 0.34 , saturation: 0.60 and the lightness value of b8edba is 0.83.

The process color (four color CMYK) of #b8edba color hex is 0.22, 0.00, 0.22, 0.07. Web safe color of #b8edba is #ccffcc. Color #b8edba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11101101 10111010
Octal 270 355 272
Decimal 184 237 186
Hex B8 ED BA

RGB Percentages of Color #b8edba

%30.31
%39.04
%30.64

CMYK Percentages of Color #b8edba

%22
%0
%22
%7

Triadic Colors of #b8edba

#b8edba #bab8ed #edbab8

Analogous Colors of #b8edba

#b8edba #b8edd5 #d1edb8

Monochromatic Colors of #b8edba

#b8edba

Complementary Color

#b8edba #edb8eb

#b8edba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8edba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8edba Color CSS Codes

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

#b8edba Text Font Color

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

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


#b8edba Background Color

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

This div background color is #b8edba


#b8edba Border Color

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

This div border color is #b8edba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8edba


Comments

No comments written yet.

Please login to write comment.