Color Hex Logo

#b6eace Color Hex

#B6EACE
(182,234,206)
0 Favorites   0 Comments

Color spaces of #b6eace

RGB 182234206
HSL0.410.550.82
HSV148°22°92°
CMYK 0.220.000.12   0.08
XYZ59.854873.247069.3759
Yxy73.24700.29560.3618
Hunter Lab85.5845-24.936111.8479
CIE-Lab88.5654-22.14118.1857

#b6eace color RGB value is (182,234,206).

#b6eace hex color red value is 182, green value is 234 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b6eace hue: 0.41 , saturation: 0.55 and the lightness value of b6eace is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11101010 11001110
Octal 266 352 316
Decimal 182 234 206
Hex B6 EA CE

RGB Percentages of Color #b6eace

%29.26
%37.62
%33.12

CMYK Percentages of Color #b6eace

%22
%0
%12
%8

Triadic Colors of #b6eace

#b6eace #ceb6ea #eaceb6

Analogous Colors of #b6eace

#b6eace #b6eae8 #b8eab6

Monochromatic Colors of #b6eace

#b6eace

Complementary Color

#b6eace #eab6d2

#b6eace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6eace Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6eace Color CSS Codes

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

#b6eace Text Font Color

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

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


#b6eace Background Color

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

This div background color is #b6eace


#b6eace Border Color

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

This div border color is #b6eace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6eace


Comments

No comments written yet.

Please login to write comment.