Color Hex Logo

#b2efec Color Hex

#B2EFEC
(178,239,236)
0 Favorites   0 Comments

Color spaces of #b2efec

RGB 178239236
HSL0.490.660.82
HSV177°26°94°
CMYK 0.260.000.01   0.06
XYZ64.366977.254190.8759
Yxy77.25410.27690.3323
Hunter Lab87.8943-23.09560.2248
CIE-Lab90.4384-19.7053-4.7894

#b2efec color RGB value is (178,239,236).

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

The process color (four color CMYK) of #b2efec color hex is 0.26, 0.00, 0.01, 0.06. Web safe color of #b2efec is #99ffff. Color #b2efec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11101111 11101100
Octal 262 357 354
Decimal 178 239 236
Hex B2 EF EC

RGB Percentages of Color #b2efec

%27.26
%36.60
%36.14

CMYK Percentages of Color #b2efec

%26
%0
%1
%6

Triadic Colors of #b2efec

#b2efec #ecb2ef #efecb2

Analogous Colors of #b2efec

#b2efec #b2d4ef #b2efce

Monochromatic Colors of #b2efec

#b2efec

Complementary Color

#b2efec #efb2b5

#b2efec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2efec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2efec Color CSS Codes

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

#b2efec Text Font Color

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

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


#b2efec Background Color

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

This div background color is #b2efec


#b2efec Border Color

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

This div border color is #b2efec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2efec


Comments

No comments written yet.

Please login to write comment.