Color Hex Logo

#b6fbee Color Hex

#B6FBEE
(182,251,238)
0 Favorites   0 Comments

Color spaces of #b6fbee

RGB 182251238
HSL0.470.900.85
HSV169°27°98°
CMYK 0.270.000.05   0.02
XYZ69.221285.112593.6689
Yxy85.11250.27910.3432
Hunter Lab92.2564-27.51794.3818
CIE-Lab93.9316-23.9904-0.6765

#b6fbee color RGB value is (182,251,238).

#b6fbee hex color red value is 182, green value is 251 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b6fbee hue: 0.47 , saturation: 0.90 and the lightness value of b6fbee is 0.85.

The process color (four color CMYK) of #b6fbee color hex is 0.27, 0.00, 0.05, 0.02. Web safe color of #b6fbee is #ccffff. Color #b6fbee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11111011 11101110
Octal 266 373 356
Decimal 182 251 238
Hex B6 FB EE

RGB Percentages of Color #b6fbee

%27.12
%37.41
%35.47

CMYK Percentages of Color #b6fbee

%27
%0
%5
%2

Triadic Colors of #b6fbee

#b6fbee #eeb6fb #fbeeb6

Analogous Colors of #b6fbee

#b6fbee #b6e6fb #b6fbcc

Monochromatic Colors of #b6fbee

#b6fbee

Complementary Color

#b6fbee #fbb6c3

#b6fbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6fbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6fbee Color CSS Codes

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

#b6fbee Text Font Color

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

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


#b6fbee Background Color

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

This div background color is #b6fbee


#b6fbee Border Color

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

This div border color is #b6fbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6fbee


Comments

No comments written yet.

Please login to write comment.