Color Hex Logo

#b3eafa Color Hex

#B3EAFA
(179,234,250)
0 Favorites   0 Comments

Color spaces of #b3eafa

RGB 179234250
HSL0.540.880.84
HSV194°28°98°
CMYK 0.280.060.00   0.02
XYZ65.268575.3315101.5429
Yxy75.33150.26950.3111
Hunter Lab86.7937-17.6578-8.6098
CIE-Lab89.5480-13.8268-13.4215

#b3eafa color RGB value is (179,234,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11101010 11111010
Octal 263 352 372
Decimal 179 234 250
Hex B3 EA FA

RGB Percentages of Color #b3eafa

%27.00
%35.29
%37.71

CMYK Percentages of Color #b3eafa

%28
%6
%0
%2

Triadic Colors of #b3eafa

#b3eafa #fab3ea #eafab3

Analogous Colors of #b3eafa

#b3eafa #b3c7fa #b3fae7

Monochromatic Colors of #b3eafa

#b3eafa

Complementary Color

#b3eafa #fac3b3

#b3eafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3eafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3eafa Color CSS Codes

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

#b3eafa Text Font Color

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

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


#b3eafa Background Color

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

This div background color is #b3eafa


#b3eafa Border Color

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

This div border color is #b3eafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3eafa


Comments

No comments written yet.

Please login to write comment.