Color Hex Logo

#b6febd Color Hex

#B6FEBD
(182,254,189)
0 Favorites   0 Comments

Color spaces of #b6febd

RGB 182254189
HSL0.350.970.85
HSV126°28°100°
CMYK 0.280.000.26   0.00
XYZ63.918584.502861.0859
Yxy84.50280.30510.4033
Hunter Lab91.9254-36.753024.9486
CIE-Lab93.6684-34.649724.1318

#b6febd color RGB value is (182,254,189).

#b6febd hex color red value is 182, green value is 254 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b6febd hue: 0.35 , saturation: 0.97 and the lightness value of b6febd is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11111110 10111101
Octal 266 376 275
Decimal 182 254 189
Hex B6 FE BD

RGB Percentages of Color #b6febd

%29.12
%40.64
%30.24

CMYK Percentages of Color #b6febd

%28
%0
%26
%0

Triadic Colors of #b6febd

#b6febd #bdb6fe #febdb6

Analogous Colors of #b6febd

#b6febd #b6fee1 #d3feb6

Monochromatic Colors of #b6febd

#b6febd

Complementary Color

#b6febd #feb6f7

#b6febd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6febd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6febd Color CSS Codes

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

#b6febd Text Font Color

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

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


#b6febd Background Color

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

This div background color is #b6febd


#b6febd Border Color

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

This div border color is #b6febd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6febd


Comments

No comments written yet.

Please login to write comment.