Color Hex Logo

#b6deeb Color Hex

#B6DEEB
(182,222,235)
0 Favorites   0 Comments

Color spaces of #b6deeb

RGB 182222235
HSL0.540.570.82
HSV195°23°92°
CMYK 0.230.060.00   0.08
XYZ60.408168.185888.5746
Yxy68.18580.27820.3140
Hunter Lab82.5747-13.9228-5.7957
CIE-Lab86.0993-10.1948-10.6677

#b6deeb color RGB value is (182,222,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011110 11101011
Octal 266 336 353
Decimal 182 222 235
Hex B6 DE EB

RGB Percentages of Color #b6deeb

%28.48
%34.74
%36.78

CMYK Percentages of Color #b6deeb

%23
%6
%0
%8

Triadic Colors of #b6deeb

#b6deeb #ebb6de #deebb6

Analogous Colors of #b6deeb

#b6deeb #b6c4eb #b6ebde

Monochromatic Colors of #b6deeb

#b6deeb

Complementary Color

#b6deeb #ebc3b6

#b6deeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6deeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6deeb Color CSS Codes

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

#b6deeb Text Font Color

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

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


#b6deeb Background Color

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

This div background color is #b6deeb


#b6deeb Border Color

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

This div border color is #b6deeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6deeb


Comments

No comments written yet.

Please login to write comment.