Color Hex Logo

#b6eafa Color Hex

#B6EAFA
(182,234,250)
0 Favorites   0 Comments

Color spaces of #b6eafa

RGB 182234250
HSL0.540.870.85
HSV194°27°98°
CMYK 0.270.060.00   0.02
XYZ65.969575.6928101.5757
Yxy75.69280.27120.3112
Hunter Lab87.0016-16.9041-8.3208
CIE-Lab89.7165-12.9793-13.1520

#b6eafa color RGB value is (182,234,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11101010 11111010
Octal 266 352 372
Decimal 182 234 250
Hex B6 EA FA

RGB Percentages of Color #b6eafa

%27.33
%35.14
%37.54

CMYK Percentages of Color #b6eafa

%27
%6
%0
%2

Triadic Colors of #b6eafa

#b6eafa #fab6ea #eafab6

Analogous Colors of #b6eafa

#b6eafa #b6c8fa #b6fae8

Monochromatic Colors of #b6eafa

#b6eafa

Complementary Color

#b6eafa #fac6b6

#b6eafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6eafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6eafa Color CSS Codes

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

#b6eafa Text Font Color

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

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


#b6eafa Background Color

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

This div background color is #b6eafa


#b6eafa Border Color

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

This div border color is #b6eafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6eafa


Comments

No comments written yet.

Please login to write comment.