Color Hex Logo

#b8ebce Color Hex

#B8EBCE
(184,235,206)
0 Favorites   0 Comments

Color spaces of #b8ebce

RGB 184235206
HSL0.410.560.82
HSV146°22°92°
CMYK 0.220.000.12   0.08
XYZ60.616174.063269.4933
Yxy74.06320.29690.3627
Hunter Lab86.0600-24.879012.3654
CIE-Lab88.9523-21.99978.7558

#b8ebce color RGB value is (184,235,206).

#b8ebce hex color red value is 184, green value is 235 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b8ebce hue: 0.41 , saturation: 0.56 and the lightness value of b8ebce is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11101011 11001110
Octal 270 353 316
Decimal 184 235 206
Hex B8 EB CE

RGB Percentages of Color #b8ebce

%29.44
%37.60
%32.96

CMYK Percentages of Color #b8ebce

%22
%0
%12
%8

Triadic Colors of #b8ebce

#b8ebce #ceb8eb #ebceb8

Analogous Colors of #b8ebce

#b8ebce #b8ebe8 #bcebb8

Monochromatic Colors of #b8ebce

#b8ebce

Complementary Color

#b8ebce #ebb8d5

#b8ebce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8ebce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8ebce Color CSS Codes

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

#b8ebce Text Font Color

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

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


#b8ebce Background Color

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

This div background color is #b8ebce


#b8ebce Border Color

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

This div border color is #b8ebce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8ebce


Comments

No comments written yet.

Please login to write comment.