Color Hex Logo

#b6ccea Color Hex

#B6CCEA
(182,204,234)
0 Favorites   0 Comments

Color spaces of #b6ccea

RGB 182204234
HSL0.600.550.82
HSV215°22°92°
CMYK 0.220.130.00   0.08
XYZ55.735659.071386.3062
Yxy59.07130.27710.2937
Hunter Lab76.8579-5.0570-12.7782
CIE-Lab81.3308-1.0234-17.2816

#b6ccea color RGB value is (182,204,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001100 11101010
Octal 266 314 352
Decimal 182 204 234
Hex B6 CC EA

RGB Percentages of Color #b6ccea

%29.35
%32.90
%37.74

CMYK Percentages of Color #b6ccea

%22
%13
%0
%8

Triadic Colors of #b6ccea

#b6ccea #eab6cc #cceab6

Analogous Colors of #b6ccea

#b6ccea #bab6ea #b6e6ea

Monochromatic Colors of #b6ccea

#b6ccea

Complementary Color

#b6ccea #ead4b6

#b6ccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6ccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6ccea Color CSS Codes

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

#b6ccea Text Font Color

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

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


#b6ccea Background Color

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

This div background color is #b6ccea


#b6ccea Border Color

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

This div border color is #b6ccea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6ccea


Comments

No comments written yet.

Please login to write comment.