Color Hex Logo

#b6ecdb Color Hex

#B6ECDB
(182,236,219)
0 Favorites   0 Comments

Color spaces of #b6ecdb

RGB 182236219
HSL0.450.590.82
HSV161°23°93°
CMYK 0.230.000.07   0.07
XYZ62.073075.050578.2324
Yxy75.05050.28820.3485
Hunter Lab86.6317-23.70737.1006
CIE-Lab89.4166-20.58022.6212

#b6ecdb color RGB value is (182,236,219).

#b6ecdb hex color red value is 182, green value is 236 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b6ecdb hue: 0.45 , saturation: 0.59 and the lightness value of b6ecdb is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11101100 11011011
Octal 266 354 333
Decimal 182 236 219
Hex B6 EC DB

RGB Percentages of Color #b6ecdb

%28.57
%37.05
%34.38

CMYK Percentages of Color #b6ecdb

%23
%0
%7
%7

Triadic Colors of #b6ecdb

#b6ecdb #dbb6ec #ecdbb6

Analogous Colors of #b6ecdb

#b6ecdb #b6e2ec #b6ecc0

Monochromatic Colors of #b6ecdb

#b6ecdb

Complementary Color

#b6ecdb #ecb6c7

#b6ecdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6ecdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6ecdb Color CSS Codes

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

#b6ecdb Text Font Color

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

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


#b6ecdb Background Color

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

This div background color is #b6ecdb


#b6ecdb Border Color

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

This div border color is #b6ecdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,236,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6ecdb


Comments

No comments written yet.

Please login to write comment.