Color Hex Logo

#b6fdba Color Hex

#B6FDBA
(182,253,186)
0 Favorites   0 Comments

Color spaces of #b6fdba

RGB 182253186
HSL0.340.950.85
HSV123°28°99°
CMYK 0.280.000.26   0.01
XYZ63.279683.740859.2828
Yxy83.74080.30670.4059
Hunter Lab91.5100-36.708925.6472
CIE-Lab93.3378-34.689025.2009

#b6fdba color RGB value is (182,253,186).

#b6fdba hex color red value is 182, green value is 253 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b6fdba hue: 0.34 , saturation: 0.95 and the lightness value of b6fdba is 0.85.

The process color (four color CMYK) of #b6fdba color hex is 0.28, 0.00, 0.26, 0.01. Web safe color of #b6fdba is #ccffcc. Color #b6fdba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11111101 10111010
Octal 266 375 272
Decimal 182 253 186
Hex B6 FD BA

RGB Percentages of Color #b6fdba

%29.31
%40.74
%29.95

CMYK Percentages of Color #b6fdba

%28
%0
%26
%1

Triadic Colors of #b6fdba

#b6fdba #bab6fd #fdbab6

Analogous Colors of #b6fdba

#b6fdba #b6fdde #d6fdb6

Monochromatic Colors of #b6fdba

#b6fdba

Complementary Color

#b6fdba #fdb6f9

#b6fdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6fdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6fdba Color CSS Codes

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

#b6fdba Text Font Color

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

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


#b6fdba Background Color

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

This div background color is #b6fdba


#b6fdba Border Color

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

This div border color is #b6fdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6fdba


Comments

No comments written yet.

Please login to write comment.