Color Hex Logo

#b2faea Color Hex

#B2FAEA
(178,250,234)
0 Favorites   0 Comments

Color spaces of #b2faea

RGB 178250234
HSL0.460.880.84
HSV167°29°98°
CMYK 0.290.000.06   0.02
XYZ67.397083.776790.4602
Yxy83.77670.27890.3467
Hunter Lab91.5296-28.74005.4735
CIE-Lab93.3534-25.48530.5240

#b2faea color RGB value is (178,250,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11111010 11101010
Octal 262 372 352
Decimal 178 250 234
Hex B2 FA EA

RGB Percentages of Color #b2faea

%26.89
%37.76
%35.35

CMYK Percentages of Color #b2faea

%29
%0
%6
%2

Triadic Colors of #b2faea

#b2faea #eab2fa #faeab2

Analogous Colors of #b2faea

#b2faea #b2e6fa #b2fac6

Monochromatic Colors of #b2faea

#b2faea

Complementary Color

#b2faea #fab2c2

#b2faea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2faea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2faea Color CSS Codes

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

#b2faea Text Font Color

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

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


#b2faea Background Color

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

This div background color is #b2faea


#b2faea Border Color

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

This div border color is #b2faea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2faea


Comments

No comments written yet.

Please login to write comment.