Color Hex Logo

#b6f9ea Color Hex

#B6F9EA
(182,249,234)
0 Favorites   0 Comments

Color spaces of #b6f9ea

RGB 182249234
HSL0.460.850.85
HSV167°27°98°
CMYK 0.270.000.06   0.02
XYZ68.018483.637090.4005
Yxy83.63700.28100.3455
Hunter Lab91.4533-27.28385.4098
CIE-Lab93.2926-23.85710.4605

#b6f9ea color RGB value is (182,249,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11111001 11101010
Octal 266 371 352
Decimal 182 249 234
Hex B6 F9 EA

RGB Percentages of Color #b6f9ea

%27.37
%37.44
%35.19

CMYK Percentages of Color #b6f9ea

%27
%0
%6
%2

Triadic Colors of #b6f9ea

#b6f9ea #eab6f9 #f9eab6

Analogous Colors of #b6f9ea

#b6f9ea #b6e7f9 #b6f9c9

Monochromatic Colors of #b6f9ea

#b6f9ea

Complementary Color

#b6f9ea #f9b6c5

#b6f9ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6f9ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6f9ea Color CSS Codes

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

#b6f9ea Text Font Color

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

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


#b6f9ea Background Color

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

This div background color is #b6f9ea


#b6f9ea Border Color

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

This div border color is #b6f9ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6f9ea


Comments

No comments written yet.

Please login to write comment.