Color Hex Logo

#b6feee Color Hex

#B6FEEE
(182,254,238)
0 Favorites   0 Comments

Color spaces of #b6feee

RGB 182254238
HSL0.460.970.85
HSV167°28°100°
CMYK 0.280.000.06   0.00
XYZ70.165887.001893.9838
Yxy87.00180.27940.3464
Hunter Lab93.2748-28.95455.5516
CIE-Lab94.7390-25.43380.5028

#b6feee color RGB value is (182,254,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11111110 11101110
Octal 266 376 356
Decimal 182 254 238
Hex B6 FE EE

RGB Percentages of Color #b6feee

%27.00
%37.69
%35.31

CMYK Percentages of Color #b6feee

%28
%0
%6
%0

Triadic Colors of #b6feee

#b6feee #eeb6fe #feeeb6

Analogous Colors of #b6feee

#b6feee #b6eafe #b6feca

Monochromatic Colors of #b6feee

#b6feee

Complementary Color

#b6feee #feb6c6

#b6feee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6feee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6feee Color CSS Codes

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

#b6feee Text Font Color

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

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


#b6feee Background Color

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

This div background color is #b6feee


#b6feee Border Color

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

This div border color is #b6feee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,254,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 #b6feee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6feee


Comments

No comments written yet.

Please login to write comment.