Color Hex Logo

#b6dceb Color Hex

#B6DCEB
(182,220,235)
0 Favorites   0 Comments

Color spaces of #b6dceb

RGB 182220235
HSL0.550.570.82
HSV197°23°92°
CMYK 0.230.060.00   0.08
XYZ59.880067.129688.3986
Yxy67.12960.27800.3116
Hunter Lab81.9327-12.9265-6.6162
CIE-Lab85.5694-9.1671-11.4576

#b6dceb color RGB value is (182,220,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011100 11101011
Octal 266 334 353
Decimal 182 220 235
Hex B6 DC EB

RGB Percentages of Color #b6dceb

%28.57
%34.54
%36.89

CMYK Percentages of Color #b6dceb

%23
%6
%0
%8

Triadic Colors of #b6dceb

#b6dceb #ebb6dc #dcebb6

Analogous Colors of #b6dceb

#b6dceb #b6c2eb #b6ebe0

Monochromatic Colors of #b6dceb

#b6dceb

Complementary Color

#b6dceb #ebc5b6

#b6dceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6dceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6dceb Color CSS Codes

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

#b6dceb Text Font Color

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

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


#b6dceb Background Color

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

This div background color is #b6dceb


#b6dceb Border Color

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

This div border color is #b6dceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6dceb


Comments

No comments written yet.

Please login to write comment.