Color Hex Logo

#b2faec Color Hex

#B2FAEC
(178,250,236)
0 Favorites   0 Comments

Color spaces of #b2faec

RGB 178250236
HSL0.470.880.84
HSV168°29°98°
CMYK 0.290.000.06   0.02
XYZ67.686083.892391.9823
Yxy83.89230.27790.3444
Hunter Lab91.5927-28.37784.5727
CIE-Lab93.4037-25.0656-0.4380

#b2faec color RGB value is (178,250,236).

#b2faec hex color red value is 178, green value is 250 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b2faec hue: 0.47 , saturation: 0.88 and the lightness value of b2faec is 0.84.

The process color (four color CMYK) of #b2faec color hex is 0.29, 0.00, 0.06, 0.02. Web safe color of #b2faec is #99ffff. Color #b2faec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11111010 11101100
Octal 262 372 354
Decimal 178 250 236
Hex B2 FA EC

RGB Percentages of Color #b2faec

%26.81
%37.65
%35.54

CMYK Percentages of Color #b2faec

%29
%0
%6
%2

Triadic Colors of #b2faec

#b2faec #ecb2fa #faecb2

Analogous Colors of #b2faec

#b2faec #b2e4fa #b2fac8

Monochromatic Colors of #b2faec

#b2faec

Complementary Color

#b2faec #fab2c0

#b2faec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2faec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2faec Color CSS Codes

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

#b2faec Text Font Color

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

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


#b2faec Background Color

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

This div background color is #b2faec


#b2faec Border Color

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

This div border color is #b2faec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2faec


Comments

No comments written yet.

Please login to write comment.