Color Hex Logo

#b6ffde Color Hex

#B6FFDE
(182,255,222)
0 Favorites   0 Comments

Color spaces of #b6ffde

RGB 182255222
HSL0.421.000.86
HSV153°29°100°
CMYK 0.290.000.13   0.00
XYZ68.236286.739082.2531
Yxy86.73900.28760.3656
Hunter Lab93.1338-32.202712.8304
CIE-Lab94.6274-29.13378.5877

#b6ffde color RGB value is (182,255,222).

#b6ffde hex color red value is 182, green value is 255 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b6ffde hue: 0.42 , saturation: 1.00 and the lightness value of b6ffde is 0.86.

The process color (four color CMYK) of #b6ffde color hex is 0.29, 0.00, 0.13, 0.00. Web safe color of #b6ffde is #ccffcc. Color #b6ffde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11111111 11011110
Octal 266 377 336
Decimal 182 255 222
Hex B6 FF DE

RGB Percentages of Color #b6ffde

%27.62
%38.69
%33.69

CMYK Percentages of Color #b6ffde

%29
%0
%13
%0

Triadic Colors of #b6ffde

#b6ffde #deb6ff #ffdeb6

Analogous Colors of #b6ffde

#b6ffde #b6fcff #b6ffba

Monochromatic Colors of #b6ffde

#b6ffde

Complementary Color

#b6ffde #ffb6d7

#b6ffde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6ffde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6ffde Color CSS Codes

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

#b6ffde Text Font Color

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

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


#b6ffde Background Color

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

This div background color is #b6ffde


#b6ffde Border Color

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

This div border color is #b6ffde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6ffde

Related Colors

#b6ffde Color Palettes


Comments

No comments written yet.

Please login to write comment.