Color Hex Logo

#b6daea Color Hex

#B6DAEA
(182,218,234)
0 Favorites   0 Comments

Color spaces of #b6daea

RGB 182218234
HSL0.550.550.82
HSV198°22°92°
CMYK 0.220.070.00   0.08
XYZ59.214166.028487.4657
Yxy66.02840.27840.3104
Hunter Lab81.2579-12.1250-6.9391
CIE-Lab85.0109-8.3547-11.7618

#b6daea color RGB value is (182,218,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011010 11101010
Octal 266 332 352
Decimal 182 218 234
Hex B6 DA EA

RGB Percentages of Color #b6daea

%28.71
%34.38
%36.91

CMYK Percentages of Color #b6daea

%22
%7
%0
%8

Triadic Colors of #b6daea

#b6daea #eab6da #daeab6

Analogous Colors of #b6daea

#b6daea #b6c0ea #b6eae0

Monochromatic Colors of #b6daea

#b6daea

Complementary Color

#b6daea #eac6b6

#b6daea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6daea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6daea Color CSS Codes

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

#b6daea Text Font Color

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

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


#b6daea Background Color

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

This div background color is #b6daea


#b6daea Border Color

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

This div border color is #b6daea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6daea


Comments

No comments written yet.

Please login to write comment.