Color Hex Logo

#b9eddd Color Hex

#B9EDDD
(185,237,221)
0 Favorites   0 Comments

Color spaces of #b9eddd

RGB 185237221
HSL0.450.590.83
HSV162°22°93°
CMYK 0.220.000.07   0.07
XYZ63.342976.103179.7575
Yxy76.10310.28900.3472
Hunter Lab87.2371-23.05606.8594
CIE-Lab89.9072-19.75632.3105

#b9eddd color RGB value is (185,237,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11101101 11011101
Octal 271 355 335
Decimal 185 237 221
Hex B9 ED DD

RGB Percentages of Color #b9eddd

%28.77
%36.86
%34.37

CMYK Percentages of Color #b9eddd

%22
%0
%7
%7

Triadic Colors of #b9eddd

#b9eddd #ddb9ed #edddb9

Analogous Colors of #b9eddd

#b9eddd #b9e3ed #b9edc3

Monochromatic Colors of #b9eddd

#b9eddd

Complementary Color

#b9eddd #edb9c9

#b9eddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9eddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9eddd Color CSS Codes

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

#b9eddd Text Font Color

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

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


#b9eddd Background Color

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

This div background color is #b9eddd


#b9eddd Border Color

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

This div border color is #b9eddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,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 #b9eddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9eddd

#b9eddd Color Palettes


Comments

No comments written yet.

Please login to write comment.