Color Hex Logo

#b2ccef Color Hex

#B2CCEF
(178,204,239)
0 Favorites   0 Comments

Color spaces of #b2ccef

RGB 178204239
HSL0.600.660.82
HSV214°26°94°
CMYK 0.260.150.00   0.06
XYZ55.533058.882790.1000
Yxy58.88270.27150.2879
Hunter Lab76.7351-5.1063-15.9020
CIE-Lab81.2271-1.0842-20.1337

#b2ccef color RGB value is (178,204,239).

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

The process color (four color CMYK) of #b2ccef color hex is 0.26, 0.15, 0.00, 0.06. Web safe color of #b2ccef is #99ccff. Color #b2ccef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11001100 11101111
Octal 262 314 357
Decimal 178 204 239
Hex B2 CC EF

RGB Percentages of Color #b2ccef

%28.66
%32.85
%38.49

CMYK Percentages of Color #b2ccef

%26
%15
%0
%6

Triadic Colors of #b2ccef

#b2ccef #efb2cc #ccefb2

Analogous Colors of #b2ccef

#b2ccef #b7b2ef #b2ebef

Monochromatic Colors of #b2ccef

#b2ccef

Complementary Color

#b2ccef #efd5b2

#b2ccef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2ccef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2ccef Color CSS Codes

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

#b2ccef Text Font Color

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

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


#b2ccef Background Color

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

This div background color is #b2ccef


#b2ccef Border Color

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

This div border color is #b2ccef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2ccef


Comments

No comments written yet.

Please login to write comment.