Color Hex Logo

#b6ddea Color Hex

#B6DDEA
(182,221,234)
0 Favorites   0 Comments

Color spaces of #b6ddea

RGB 182221234
HSL0.540.550.82
HSV195°22°92°
CMYK 0.220.060.00   0.08
XYZ59.999167.598587.7274
Yxy67.59850.27860.3139
Hunter Lab82.2183-13.6210-5.7100
CIE-Lab85.8053-9.9000-10.5774

#b6ddea color RGB value is (182,221,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011101 11101010
Octal 266 335 352
Decimal 182 221 234
Hex B6 DD EA

RGB Percentages of Color #b6ddea

%28.57
%34.69
%36.73

CMYK Percentages of Color #b6ddea

%22
%6
%0
%8

Triadic Colors of #b6ddea

#b6ddea #eab6dd #ddeab6

Analogous Colors of #b6ddea

#b6ddea #b6c3ea #b6eadd

Monochromatic Colors of #b6ddea

#b6ddea

Complementary Color

#b6ddea #eac3b6

#b6ddea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6ddea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6ddea Color CSS Codes

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

#b6ddea Text Font Color

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

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


#b6ddea Background Color

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

This div background color is #b6ddea


#b6ddea Border Color

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

This div border color is #b6ddea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6ddea

#b6ddea Color Palettes


Comments

No comments written yet.

Please login to write comment.