Color Hex Logo

#b6deef Color Hex

#B6DEEF
(182,222,239)
0 Favorites   0 Comments

Color spaces of #b6deef

RGB 182222239
HSL0.550.640.83
HSV198°24°94°
CMYK 0.240.070.00   0.06
XYZ60.992768.419691.6530
Yxy68.41960.27590.3095
Hunter Lab82.7161-13.1321-7.7945
CIE-Lab86.2158-9.3149-12.6050

#b6deef color RGB value is (182,222,239).

#b6deef hex color red value is 182, green value is 222 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b6deef hue: 0.55 , saturation: 0.64 and the lightness value of b6deef is 0.83.

The process color (four color CMYK) of #b6deef color hex is 0.24, 0.07, 0.00, 0.06. Web safe color of #b6deef is #ccccff. Color #b6deef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011110 11101111
Octal 266 336 357
Decimal 182 222 239
Hex B6 DE EF

RGB Percentages of Color #b6deef

%28.30
%34.53
%37.17

CMYK Percentages of Color #b6deef

%24
%7
%0
%6

Triadic Colors of #b6deef

#b6deef #efb6de #deefb6

Analogous Colors of #b6deef

#b6deef #b6c2ef #b6efe4

Monochromatic Colors of #b6deef

#b6deef

Complementary Color

#b6deef #efc7b6

#b6deef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6deef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6deef Color CSS Codes

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

#b6deef Text Font Color

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

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


#b6deef Background Color

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

This div background color is #b6deef


#b6deef Border Color

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

This div border color is #b6deef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6deef


Comments

No comments written yet.

Please login to write comment.