Color Hex Logo

#b6fae0 Color Hex

#B6FAE0
(182,250,224)
0 Favorites   0 Comments

Color spaces of #b6fae0

RGB 182250224
HSL0.440.870.85
HSV157°27°98°
CMYK 0.270.000.10   0.02
XYZ66.931683.698183.1487
Yxy83.69810.28630.3580
Hunter Lab91.4867-29.511210.1543
CIE-Lab93.3192-26.36655.6734

#b6fae0 color RGB value is (182,250,224).

#b6fae0 hex color red value is 182, green value is 250 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #b6fae0 hue: 0.44 , saturation: 0.87 and the lightness value of b6fae0 is 0.85.

The process color (four color CMYK) of #b6fae0 color hex is 0.27, 0.00, 0.10, 0.02. Web safe color of #b6fae0 is #ccffcc. Color #b6fae0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11111010 11100000
Octal 266 372 340
Decimal 182 250 224
Hex B6 FA E0

RGB Percentages of Color #b6fae0

%27.74
%38.11
%34.15

CMYK Percentages of Color #b6fae0

%27
%0
%10
%2

Triadic Colors of #b6fae0

#b6fae0 #e0b6fa #fae0b6

Analogous Colors of #b6fae0

#b6fae0 #b6f2fa #b6fabe

Monochromatic Colors of #b6fae0

#b6fae0

Complementary Color

#b6fae0 #fab6d0

#b6fae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6fae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6fae0 Color CSS Codes

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

#b6fae0 Text Font Color

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

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


#b6fae0 Background Color

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

This div background color is #b6fae0


#b6fae0 Border Color

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

This div border color is #b6fae0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,250,224, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6fae0


Comments

No comments written yet.

Please login to write comment.