Color Hex Logo

#b6ccde Color Hex

#B6CCDE
(182,204,222)
0 Favorites   0 Comments

Color spaces of #b6ccde

RGB 182204222
HSL0.580.380.79
HSV207°18°87°
CMYK 0.180.080.00   0.13
XYZ54.069158.404777.5307
Yxy58.40470.28460.3074
Hunter Lab76.4230-7.4518-6.6533
CIE-Lab80.9633-3.6528-11.4164

#b6ccde color RGB value is (182,204,222).

#b6ccde hex color red value is 182, green value is 204 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b6ccde hue: 0.58 , saturation: 0.38 and the lightness value of b6ccde is 0.79.

The process color (four color CMYK) of #b6ccde color hex is 0.18, 0.08, 0.00, 0.13. Web safe color of #b6ccde is #cccccc. Color #b6ccde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001100 11011110
Octal 266 314 336
Decimal 182 204 222
Hex B6 CC DE

RGB Percentages of Color #b6ccde

%29.93
%33.55
%36.51

CMYK Percentages of Color #b6ccde

%18
%8
%0
%13

Triadic Colors of #b6ccde

#b6ccde #deb6cc #ccdeb6

Analogous Colors of #b6ccde

#b6ccde #b6b8de #b6dedc

Monochromatic Colors of #b6ccde

#b6ccde

Complementary Color

#b6ccde #dec8b6

#b6ccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6ccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6ccde Color CSS Codes

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

#b6ccde Text Font Color

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

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


#b6ccde Background Color

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

This div background color is #b6ccde


#b6ccde Border Color

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

This div border color is #b6ccde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6ccde


Comments

No comments written yet.

Please login to write comment.