Color Hex Logo

#b6feaa Color Hex

#B6FEAA
(182,254,170)
1 Favorites   0 Comments

Color spaces of #b6feaa

RGB 182254170
HSL0.310.980.83
HSV111°33°100°
CMYK 0.280.000.33   0.00
XYZ61.988983.731050.9247
Yxy83.73100.31520.4258
Hunter Lab91.5046-39.210131.0568
CIE-Lab93.3335-37.659433.2604

#b6feaa color RGB value is (182,254,170).

#b6feaa hex color red value is 182, green value is 254 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b6feaa hue: 0.31 , saturation: 0.98 and the lightness value of b6feaa is 0.83.

The process color (four color CMYK) of #b6feaa color hex is 0.28, 0.00, 0.33, 0.00. Web safe color of #b6feaa is #ccff99. Color #b6feaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11111110 10101010
Octal 266 376 252
Decimal 182 254 170
Hex B6 FE AA

RGB Percentages of Color #b6feaa

%30.03
%41.91
%28.05

CMYK Percentages of Color #b6feaa

%28
%0
%33
%0

Triadic Colors of #b6feaa

#b6feaa #aab6fe #feaab6

Analogous Colors of #b6feaa

#b6feaa #aafec8 #e0feaa

Monochromatic Colors of #b6feaa

#b6feaa

Complementary Color

#b6feaa #f2aafe

#b6feaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6feaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6feaa Color CSS Codes

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

#b6feaa Text Font Color

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

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


#b6feaa Background Color

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

This div background color is #b6feaa


#b6feaa Border Color

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

This div border color is #b6feaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6feaa


Comments

No comments written yet.

Please login to write comment.