Color Hex Logo

#b6eac7 Color Hex

#B6EAC7
(182,234,199)
0 Favorites   0 Comments

Color spaces of #b6eac7

RGB 182234199
HSL0.390.550.82
HSV140°22°92°
CMYK 0.220.000.15   0.08
XYZ59.023072.914264.9958
Yxy72.91420.29970.3702
Hunter Lab85.3898-26.049714.6434
CIE-Lab88.4068-23.452011.6131

#b6eac7 color RGB value is (182,234,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11101010 11000111
Octal 266 352 307
Decimal 182 234 199
Hex B6 EA C7

RGB Percentages of Color #b6eac7

%29.59
%38.05
%32.36

CMYK Percentages of Color #b6eac7

%22
%0
%15
%8

Triadic Colors of #b6eac7

#b6eac7 #c7b6ea #eac7b6

Analogous Colors of #b6eac7

#b6eac7 #b6eae1 #bfeab6

Monochromatic Colors of #b6eac7

#b6eac7

Complementary Color

#b6eac7 #eab6d9

#b6eac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6eac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6eac7 Color CSS Codes

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

#b6eac7 Text Font Color

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

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


#b6eac7 Background Color

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

This div background color is #b6eac7


#b6eac7 Border Color

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

This div border color is #b6eac7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6eac7


Comments

No comments written yet.

Please login to write comment.