Color Hex Logo

#b6eddd Color Hex

#B6EDDD
(182,237,221)
0 Favorites   0 Comments

Color spaces of #b6eddd

RGB 182237221
HSL0.450.600.82
HSV163°23°93°
CMYK 0.230.000.07   0.07
XYZ62.626775.733979.7239
Yxy75.73390.28720.3473
Hunter Lab87.0252-23.83876.6020
CIE-Lab89.7356-20.66922.0400

#b6eddd color RGB value is (182,237,221).

#b6eddd hex color red value is 182, green value is 237 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b6eddd hue: 0.45 , saturation: 0.60 and the lightness value of b6eddd is 0.82.

The process color (four color CMYK) of #b6eddd color hex is 0.23, 0.00, 0.07, 0.07. Web safe color of #b6eddd is #ccffcc. Color #b6eddd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11101101 11011101
Octal 266 355 335
Decimal 182 237 221
Hex B6 ED DD

RGB Percentages of Color #b6eddd

%28.44
%37.03
%34.53

CMYK Percentages of Color #b6eddd

%23
%0
%7
%7

Triadic Colors of #b6eddd

#b6eddd #ddb6ed #edddb6

Analogous Colors of #b6eddd

#b6eddd #b6e2ed #b6edc2

Monochromatic Colors of #b6eddd

#b6eddd

Complementary Color

#b6eddd #edb6c6

#b6eddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6eddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6eddd Color CSS Codes

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

#b6eddd Text Font Color

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

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


#b6eddd Background Color

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

This div background color is #b6eddd


#b6eddd Border Color

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

This div border color is #b6eddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6eddd


Comments

No comments written yet.

Please login to write comment.