Color Hex Logo

#b6dcea Color Hex

#B6DCEA
(182,220,234)
0 Favorites   0 Comments

Color spaces of #b6dcea

RGB 182220234
HSL0.540.550.82
HSV196°22°92°
CMYK 0.220.060.00   0.08
XYZ59.735967.072087.6397
Yxy67.07200.27860.3128
Hunter Lab81.8975-13.1230-6.1188
CIE-Lab85.5403-9.3859-10.9722

#b6dcea color RGB value is (182,220,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011100 11101010
Octal 266 334 352
Decimal 182 220 234
Hex B6 DC EA

RGB Percentages of Color #b6dcea

%28.62
%34.59
%36.79

CMYK Percentages of Color #b6dcea

%22
%6
%0
%8

Triadic Colors of #b6dcea

#b6dcea #eab6dc #dceab6

Analogous Colors of #b6dcea

#b6dcea #b6c2ea #b6eade

Monochromatic Colors of #b6dcea

#b6dcea

Complementary Color

#b6dcea #eac4b6

#b6dcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6dcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6dcea Color CSS Codes

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

#b6dcea Text Font Color

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

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


#b6dcea Background Color

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

This div background color is #b6dcea


#b6dcea Border Color

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

This div border color is #b6dcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6dcea


Comments

No comments written yet.

Please login to write comment.