Color Hex Logo

#b2effb Color Hex

#B2EFFB
(178,239,251)
0 Favorites   0 Comments

Color spaces of #b2effb

RGB 178239251
HSL0.530.900.84
HSV190°29°98°
CMYK 0.290.050.00   0.02
XYZ66.639278.1630102.8415
Yxy78.16300.26910.3156
Hunter Lab88.4098-20.1723-7.0814
CIE-Lab90.8542-16.3903-11.9989

#b2effb color RGB value is (178,239,251).

#b2effb hex color red value is 178, green value is 239 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b2effb hue: 0.53 , saturation: 0.90 and the lightness value of b2effb is 0.84.

The process color (four color CMYK) of #b2effb color hex is 0.29, 0.05, 0.00, 0.02. Web safe color of #b2effb is #99ffff. Color #b2effb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11101111 11111011
Octal 262 357 373
Decimal 178 239 251
Hex B2 EF FB

RGB Percentages of Color #b2effb

%26.65
%35.78
%37.57

CMYK Percentages of Color #b2effb

%29
%5
%0
%2

Triadic Colors of #b2effb

#b2effb #fbb2ef #effbb2

Analogous Colors of #b2effb

#b2effb #b2cbfb #b2fbe3

Monochromatic Colors of #b2effb

#b2effb

Complementary Color

#b2effb #fbbeb2

#b2effb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2effb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2effb Color CSS Codes

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

#b2effb Text Font Color

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

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


#b2effb Background Color

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

This div background color is #b2effb


#b2effb Border Color

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

This div border color is #b2effb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2effb


Comments

No comments written yet.

Please login to write comment.