Color Hex Logo

#b6ddfb Color Hex

#B6DDFB
(182,221,251)
0 Favorites   0 Comments

Color spaces of #b6ddfb

RGB 182221251
HSL0.570.900.85
HSV206°27°98°
CMYK 0.270.120.00   0.02
XYZ62.560468.6230101.2151
Yxy68.62300.26920.2953
Hunter Lab82.8390-10.1642-14.4549
CIE-Lab86.3170-6.0873-18.7817

#b6ddfb color RGB value is (182,221,251).

#b6ddfb hex color red value is 182, green value is 221 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b6ddfb hue: 0.57 , saturation: 0.90 and the lightness value of b6ddfb is 0.85.

The process color (four color CMYK) of #b6ddfb color hex is 0.27, 0.12, 0.00, 0.02. Web safe color of #b6ddfb is #ccccff. Color #b6ddfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011101 11111011
Octal 266 335 373
Decimal 182 221 251
Hex B6 DD FB

RGB Percentages of Color #b6ddfb

%27.83
%33.79
%38.38

CMYK Percentages of Color #b6ddfb

%27
%12
%0
%2

Triadic Colors of #b6ddfb

#b6ddfb #fbb6dd #ddfbb6

Analogous Colors of #b6ddfb

#b6ddfb #b6bbfb #b6fbf7

Monochromatic Colors of #b6ddfb

#b6ddfb

Complementary Color

#b6ddfb #fbd4b6

#b6ddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6ddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6ddfb Color CSS Codes

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

#b6ddfb Text Font Color

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

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


#b6ddfb Background Color

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

This div background color is #b6ddfb


#b6ddfb Border Color

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

This div border color is #b6ddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6ddfb


Comments

No comments written yet.

Please login to write comment.