Color Hex Logo

#b6d9ec Color Hex

#B6D9EC
(182,217,236)
0 Favorites   0 Comments

Color spaces of #b6d9ec

RGB 182217236
HSL0.560.590.82
HSV201°23°93°
CMYK 0.230.080.00   0.07
XYZ59.244665.626988.9016
Yxy65.62690.27710.3070
Hunter Lab81.0104-11.2275-8.3581
CIE-Lab84.8057-7.3971-13.1273

#b6d9ec color RGB value is (182,217,236).

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

The process color (four color CMYK) of #b6d9ec color hex is 0.23, 0.08, 0.00, 0.07. Web safe color of #b6d9ec is #ccccff. Color #b6d9ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011001 11101100
Octal 266 331 354
Decimal 182 217 236
Hex B6 D9 EC

RGB Percentages of Color #b6d9ec

%28.66
%34.17
%37.17

CMYK Percentages of Color #b6d9ec

%23
%8
%0
%7

Triadic Colors of #b6d9ec

#b6d9ec #ecb6d9 #d9ecb6

Analogous Colors of #b6d9ec

#b6d9ec #b6beec #b6ece4

Monochromatic Colors of #b6d9ec

#b6d9ec

Complementary Color

#b6d9ec #ecc9b6

#b6d9ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6d9ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6d9ec Color CSS Codes

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

#b6d9ec Text Font Color

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

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


#b6d9ec Background Color

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

This div background color is #b6d9ec


#b6d9ec Border Color

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

This div border color is #b6d9ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6d9ec


Comments

No comments written yet.

Please login to write comment.