Color Hex Logo

#b6feef Color Hex

#B6FEEF
(182,254,239)
0 Favorites   0 Comments

Color spaces of #b6feef

RGB 182254239
HSL0.470.970.85
HSV168°28°100°
CMYK 0.280.000.06   0.00
XYZ70.313287.060794.7599
Yxy87.06070.27890.3453
Hunter Lab93.3063-28.77315.1008
CIE-Lab94.7640-25.22530.0231

#b6feef color RGB value is (182,254,239).

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

The process color (four color CMYK) of #b6feef color hex is 0.28, 0.00, 0.06, 0.00. Web safe color of #b6feef is #ccffff. Color #b6feef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11111110 11101111
Octal 266 376 357
Decimal 182 254 239
Hex B6 FE EF

RGB Percentages of Color #b6feef

%26.96
%37.63
%35.41

CMYK Percentages of Color #b6feef

%28
%0
%6
%0

Triadic Colors of #b6feef

#b6feef #efb6fe #feefb6

Analogous Colors of #b6feef

#b6feef #b6e9fe #b6fecb

Monochromatic Colors of #b6feef

#b6feef

Complementary Color

#b6feef #feb6c5

#b6feef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6feef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6feef Color CSS Codes

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

#b6feef Text Font Color

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

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


#b6feef Background Color

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

This div background color is #b6feef


#b6feef Border Color

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

This div border color is #b6feef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6feef

Related Colors


Comments

No comments written yet.

Please login to write comment.