Color Hex Logo

#b3eafe Color Hex

#B3EAFE
(179,234,254)
0 Favorites   0 Comments

Color spaces of #b3eafe

RGB 179234254
HSL0.540.970.85
HSV196°30°100°
CMYK 0.300.080.00   0.00
XYZ65.902675.5851104.8819
Yxy75.58510.26750.3068
Hunter Lab86.9397-16.8367-10.6682
CIE-Lab89.6664-12.9128-15.3362

#b3eafe color RGB value is (179,234,254).

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

The process color (four color CMYK) of #b3eafe color hex is 0.30, 0.08, 0.00, 0.00. Web safe color of #b3eafe is #ccffff. Color #b3eafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11101010 11111110
Octal 263 352 376
Decimal 179 234 254
Hex B3 EA FE

RGB Percentages of Color #b3eafe

%26.84
%35.08
%38.08

CMYK Percentages of Color #b3eafe

%30
%8
%0
%0

Triadic Colors of #b3eafe

#b3eafe #feb3ea #eafeb3

Analogous Colors of #b3eafe

#b3eafe #b3c5fe #b3feed

Monochromatic Colors of #b3eafe

#b3eafe

Complementary Color

#b3eafe #fec7b3

#b3eafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3eafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3eafe Color CSS Codes

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

#b3eafe Text Font Color

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

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


#b3eafe Background Color

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

This div background color is #b3eafe


#b3eafe Border Color

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

This div border color is #b3eafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3eafe

Related Colors

#b3eafe Color Palettes


Comments

No comments written yet.

Please login to write comment.