Color Hex Logo

#b6ecaa Color Hex

#B6ECAA
(182,236,170)
0 Favorites   0 Comments

Color spaces of #b6ecaa

RGB 182236170
HSL0.300.630.80
HSV109°28°93°
CMYK 0.230.000.28   0.07
XYZ56.542672.838349.1093
Yxy72.83830.31680.4081
Hunter Lab85.3454-31.095425.6252
CIE-Lab88.3705-29.357126.5707

#b6ecaa color RGB value is (182,236,170).

#b6ecaa hex color red value is 182, green value is 236 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b6ecaa hue: 0.30 , saturation: 0.63 and the lightness value of b6ecaa is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11101100 10101010
Octal 266 354 252
Decimal 182 236 170
Hex B6 EC AA

RGB Percentages of Color #b6ecaa

%30.95
%40.14
%28.91

CMYK Percentages of Color #b6ecaa

%23
%0
%28
%7

Triadic Colors of #b6ecaa

#b6ecaa #aab6ec #ecaab6

Analogous Colors of #b6ecaa

#b6ecaa #aaecbf #d7ecaa

Monochromatic Colors of #b6ecaa

#b6ecaa

Complementary Color

#b6ecaa #e0aaec

#b6ecaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6ecaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6ecaa Color CSS Codes

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

#b6ecaa Text Font Color

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

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


#b6ecaa Background Color

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

This div background color is #b6ecaa


#b6ecaa Border Color

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

This div border color is #b6ecaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6ecaa

#b6ecaa Color Palettes


Comments

No comments written yet.

Please login to write comment.