Color Hex Logo

#b6eadc Color Hex

#B6EADC
(182,234,220)
0 Favorites   0 Comments

Color spaces of #b6eadc

RGB 182234220
HSL0.460.550.82
HSV164°22°92°
CMYK 0.220.000.06   0.08
XYZ61.632573.958078.7371
Yxy73.95800.28760.3451
Hunter Lab85.9988-22.57305.9156
CIE-Lab88.9026-19.39321.3506

#b6eadc color RGB value is (182,234,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11101010 11011100
Octal 266 352 334
Decimal 182 234 220
Hex B6 EA DC

RGB Percentages of Color #b6eadc

%28.62
%36.79
%34.59

CMYK Percentages of Color #b6eadc

%22
%0
%6
%8

Triadic Colors of #b6eadc

#b6eadc #dcb6ea #eadcb6

Analogous Colors of #b6eadc

#b6eadc #b6deea #b6eac2

Monochromatic Colors of #b6eadc

#b6eadc

Complementary Color

#b6eadc #eab6c4

#b6eadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6eadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6eadc Color CSS Codes

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

#b6eadc Text Font Color

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

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


#b6eadc Background Color

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

This div background color is #b6eadc


#b6eadc Border Color

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

This div border color is #b6eadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6eadc


Comments

No comments written yet.

Please login to write comment.