Color Hex Logo

#b3ebea Color Hex

#B3EBEA
(179,235,234)
0 Favorites   0 Comments

Color spaces of #b3ebea

RGB 179235234
HSL0.500.580.81
HSV179°24°92°
CMYK 0.240.000.00   0.08
XYZ63.150074.940988.9786
Yxy74.94090.27810.3300
Hunter Lab86.5684-21.2824-0.3428
CIE-Lab89.3653-17.8644-5.3200

#b3ebea color RGB value is (179,235,234).

#b3ebea hex color red value is 179, green value is 235 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b3ebea hue: 0.50 , saturation: 0.58 and the lightness value of b3ebea is 0.81.

The process color (four color CMYK) of #b3ebea color hex is 0.24, 0.00, 0.00, 0.08. Web safe color of #b3ebea is #ccffff. Color #b3ebea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11101011 11101010
Octal 263 353 352
Decimal 179 235 234
Hex B3 EB EA

RGB Percentages of Color #b3ebea

%27.62
%36.27
%36.11

CMYK Percentages of Color #b3ebea

%24
%0
%0
%8

Triadic Colors of #b3ebea

#b3ebea #eab3eb #ebeab3

Analogous Colors of #b3ebea

#b3ebea #b3d0eb #b3ebce

Monochromatic Colors of #b3ebea

#b3ebea

Complementary Color

#b3ebea #ebb3b4

#b3ebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3ebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3ebea Color CSS Codes

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

#b3ebea Text Font Color

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

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


#b3ebea Background Color

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

This div background color is #b3ebea


#b3ebea Border Color

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

This div border color is #b3ebea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3ebea


Comments

No comments written yet.

Please login to write comment.