Color Hex Logo

#b6edce Color Hex

#B6EDCE
(182,237,206)
0 Favorites   0 Comments

Color spaces of #b6edce

RGB 182237206
HSL0.410.600.82
HSV146°23°93°
CMYK 0.230.000.13   0.07
XYZ60.716274.969769.6630
Yxy74.96970.29570.3651
Hunter Lab86.5850-26.353912.9071
CIE-Lab89.3788-23.60119.3510

#b6edce color RGB value is (182,237,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11101101 11001110
Octal 266 355 316
Decimal 182 237 206
Hex B6 ED CE

RGB Percentages of Color #b6edce

%29.12
%37.92
%32.96

CMYK Percentages of Color #b6edce

%23
%0
%13
%7

Triadic Colors of #b6edce

#b6edce #ceb6ed #edceb6

Analogous Colors of #b6edce

#b6edce #b6edea #baedb6

Monochromatic Colors of #b6edce

#b6edce

Complementary Color

#b6edce #edb6d5

#b6edce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6edce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6edce Color CSS Codes

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

#b6edce Text Font Color

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

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


#b6edce Background Color

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

This div background color is #b6edce


#b6edce Border Color

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

This div border color is #b6edce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6edce


Comments

No comments written yet.

Please login to write comment.