Color Hex Logo

#b3ebce Color Hex

#B3EBCE
(179,235,206)
0 Favorites   0 Comments

Color spaces of #b3ebce

RGB 179235206
HSL0.410.580.81
HSV149°24°92°
CMYK 0.240.000.12   0.08
XYZ59.439373.456669.4383
Yxy73.45660.29380.3630
Hunter Lab85.7068-26.193811.9590
CIE-Lab88.6650-23.56468.3059

#b3ebce color RGB value is (179,235,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11101011 11001110
Octal 263 353 316
Decimal 179 235 206
Hex B3 EB CE

RGB Percentages of Color #b3ebce

%28.87
%37.90
%33.23

CMYK Percentages of Color #b3ebce

%24
%0
%12
%8

Triadic Colors of #b3ebce

#b3ebce #ceb3eb #ebceb3

Analogous Colors of #b3ebce

#b3ebce #b3ebea #b4ebb3

Monochromatic Colors of #b3ebce

#b3ebce

Complementary Color

#b3ebce #ebb3d0

#b3ebce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3ebce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3ebce Color CSS Codes

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

#b3ebce Text Font Color

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

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


#b3ebce Background Color

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

This div background color is #b3ebce


#b3ebce Border Color

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

This div border color is #b3ebce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3ebce


Comments

No comments written yet.

Please login to write comment.