Color Hex Logo

#b6dfef Color Hex

#B6DFEF
(182,223,239)
0 Favorites   0 Comments

Color spaces of #b6dfef

RGB 182223239
HSL0.550.640.83
HSV197°24°94°
CMYK 0.240.070.00   0.06
XYZ61.259168.952491.7418
Yxy68.95240.27600.3107
Hunter Lab83.0376-13.6314-7.3786
CIE-Lab86.4805-9.8286-12.2097

#b6dfef color RGB value is (182,223,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011111 11101111
Octal 266 337 357
Decimal 182 223 239
Hex B6 DF EF

RGB Percentages of Color #b6dfef

%28.26
%34.63
%37.11

CMYK Percentages of Color #b6dfef

%24
%7
%0
%6

Triadic Colors of #b6dfef

#b6dfef #efb6df #dfefb6

Analogous Colors of #b6dfef

#b6dfef #b6c3ef #b6efe3

Monochromatic Colors of #b6dfef

#b6dfef

Complementary Color

#b6dfef #efc6b6

#b6dfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6dfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6dfef Color CSS Codes

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

#b6dfef Text Font Color

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

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


#b6dfef Background Color

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

This div background color is #b6dfef


#b6dfef Border Color

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

This div border color is #b6dfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6dfef


Comments

No comments written yet.

Please login to write comment.