Color Hex Logo

#b3eade Color Hex

#B3EADE
(179,234,222)
0 Favorites   0 Comments

Color spaces of #b3eade

RGB 179234222
HSL0.460.570.81
HSV167°24°92°
CMYK 0.240.000.05   0.08
XYZ61.198073.703380.1079
Yxy73.70330.28460.3428
Hunter Lab85.8506-22.99624.7715
CIE-Lab88.7821-19.89290.1070

#b3eade color RGB value is (179,234,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11101010 11011110
Octal 263 352 336
Decimal 179 234 222
Hex B3 EA DE

RGB Percentages of Color #b3eade

%28.19
%36.85
%34.96

CMYK Percentages of Color #b3eade

%24
%0
%5
%8

Triadic Colors of #b3eade

#b3eade #deb3ea #eadeb3

Analogous Colors of #b3eade

#b3eade #b3dbea #b3eac3

Monochromatic Colors of #b3eade

#b3eade

Complementary Color

#b3eade #eab3bf

#b3eade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3eade Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3eade Color CSS Codes

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

#b3eade Text Font Color

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

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


#b3eade Background Color

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

This div background color is #b3eade


#b3eade Border Color

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

This div border color is #b3eade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3eade


Comments

No comments written yet.

Please login to write comment.