color codes Logo

#b6daeb color codes

#B6DAEB
(182,218,235)
0 Favorites   0 Comments

Color spaces of #b6daeb

RGB 182218235
HSL0.550.570.82
HSV199°23°92°
CMYK 0.230.070.00   0.08
XYZ59.358266.086088.2246
Yxy66.08600.27780.3093
Hunter Lab81.2933-11.9273-7.4399
CIE-Lab85.0403-8.1352-12.2473

#b6daeb color RGB value is (182,218,235).

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

The process color (four color CMYK) of #b6daeb color code is 0.23, 0.07, 0.00, 0.08. Web safe color of #b6daeb is #ccccff. Color #b6daeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011010 11101011
Octal 266 332 353
Decimal 182 218 235
Hex B6 DA EB

RGB Percentages of Color #b6daeb

%28.66
%34.33
%37.01

CMYK Percentages of Color #b6daeb

%23
%7
%0
%8

Triadic Colors of #b6daeb

#b6daeb #ebb6da #daebb6

Analogous Colors of #b6daeb

#b6daeb #b6c0eb #b6ebe2

Monochromatic Colors of #b6daeb

#b6daeb

Complementary Color

#b6daeb #ebc7b6

#b6daeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6daeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6daeb Color CSS Codes

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

#b6daeb Text Font Color

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

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


#b6daeb Background Color

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

This div background color is #b6daeb


#b6daeb Border Color

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

This div border color is #b6daeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6daeb


Comments

No comments written yet.

Please login to write comment.