Color Hex Logo

#b6ebce Color Hex

#B6EBCE
(182,235,206)
0 Favorites   0 Comments

Color spaces of #b6ebce

RGB 182235206
HSL0.410.570.82
HSV147°23°92°
CMYK 0.230.000.12   0.08
XYZ60.140373.818069.4711
Yxy73.81800.29560.3629
Hunter Lab85.9174-25.409412.2015
CIE-Lab88.8364-22.62898.5743

#b6ebce color RGB value is (182,235,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11101011 11001110
Octal 266 353 316
Decimal 182 235 206
Hex B6 EB CE

RGB Percentages of Color #b6ebce

%29.21
%37.72
%33.07

CMYK Percentages of Color #b6ebce

%23
%0
%12
%8

Triadic Colors of #b6ebce

#b6ebce #ceb6eb #ebceb6

Analogous Colors of #b6ebce

#b6ebce #b6ebe9 #b9ebb6

Monochromatic Colors of #b6ebce

#b6ebce

Complementary Color

#b6ebce #ebb6d3

#b6ebce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6ebce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6ebce Color CSS Codes

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

#b6ebce Text Font Color

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

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


#b6ebce Background Color

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

This div background color is #b6ebce


#b6ebce Border Color

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

This div border color is #b6ebce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6ebce


Comments

No comments written yet.

Please login to write comment.