Color Hex Logo

#b6ceea Color Hex

#B6CEEA
(182,206,234)
0 Favorites   0 Comments

Color spaces of #b6ceea

RGB 182206234
HSL0.590.550.82
HSV212°22°92°
CMYK 0.220.120.00   0.08
XYZ56.214060.028286.4657
Yxy60.02820.27730.2961
Hunter Lab77.4779-6.0757-11.9334
CIE-Lab81.8535-2.0827-16.4943

#b6ceea color RGB value is (182,206,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001110 11101010
Octal 266 316 352
Decimal 182 206 234
Hex B6 CE EA

RGB Percentages of Color #b6ceea

%29.26
%33.12
%37.62

CMYK Percentages of Color #b6ceea

%22
%12
%0
%8

Triadic Colors of #b6ceea

#b6ceea #eab6ce #ceeab6

Analogous Colors of #b6ceea

#b6ceea #b8b6ea #b6e8ea

Monochromatic Colors of #b6ceea

#b6ceea

Complementary Color

#b6ceea #ead2b6

#b6ceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6ceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6ceea Color CSS Codes

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

#b6ceea Text Font Color

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

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


#b6ceea Background Color

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

This div background color is #b6ceea


#b6ceea Border Color

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

This div border color is #b6ceea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6ceea


Comments

No comments written yet.

Please login to write comment.