Color Hex Logo

#b6eacb Color Hex

#B6EACB
(182,234,203)
0 Favorites   0 Comments

Color spaces of #b6eacb

RGB 182234203
HSL0.400.550.82
HSV144°22°92°
CMYK 0.220.000.13   0.08
XYZ59.493773.102567.4745
Yxy73.10250.29740.3654
Hunter Lab85.5000-25.418913.0598
CIE-Lab88.4966-22.70819.6539

#b6eacb color RGB value is (182,234,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11101010 11001011
Octal 266 352 313
Decimal 182 234 203
Hex B6 EA CB

RGB Percentages of Color #b6eacb

%29.40
%37.80
%32.79

CMYK Percentages of Color #b6eacb

%22
%0
%13
%8

Triadic Colors of #b6eacb

#b6eacb #cbb6ea #eacbb6

Analogous Colors of #b6eacb

#b6eacb #b6eae5 #bbeab6

Monochromatic Colors of #b6eacb

#b6eacb

Complementary Color

#b6eacb #eab6d5

#b6eacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6eacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6eacb Color CSS Codes

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

#b6eacb Text Font Color

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

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


#b6eacb Background Color

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

This div background color is #b6eacb


#b6eacb Border Color

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

This div border color is #b6eacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6eacb


Comments

No comments written yet.

Please login to write comment.