Color Hex Logo

#b6eacd Color Hex

#B6EACD
(182,234,205)
0 Favorites   0 Comments

Color spaces of #b6eacd

RGB 182234205
HSL0.410.550.82
HSV147°22°92°
CMYK 0.220.000.12   0.08
XYZ59.733773.198568.7380
Yxy73.19850.29620.3630
Hunter Lab85.5561-25.097812.2542
CIE-Lab88.5423-22.33098.6750

#b6eacd color RGB value is (182,234,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11101010 11001101
Octal 266 352 315
Decimal 182 234 205
Hex B6 EA CD

RGB Percentages of Color #b6eacd

%29.31
%37.68
%33.01

CMYK Percentages of Color #b6eacd

%22
%0
%12
%8

Triadic Colors of #b6eacd

#b6eacd #cdb6ea #eacdb6

Analogous Colors of #b6eacd

#b6eacd #b6eae7 #b9eab6

Monochromatic Colors of #b6eacd

#b6eacd

Complementary Color

#b6eacd #eab6d3

#b6eacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6eacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6eacd Color CSS Codes

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

#b6eacd Text Font Color

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

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


#b6eacd Background Color

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

This div background color is #b6eacd


#b6eacd Border Color

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

This div border color is #b6eacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6eacd


Comments

No comments written yet.

Please login to write comment.