Color Hex Logo

#b9eede Color Hex

#B9EEDE
(185,238,222)
0 Favorites   0 Comments

Color spaces of #b9eede

RGB 185238222
HSL0.450.610.83
HSV162°22°93°
CMYK 0.220.000.07   0.07
XYZ63.766976.737380.5581
Yxy76.73730.28850.3471
Hunter Lab87.5998-23.36356.7959
CIE-Lab90.2006-20.04852.2151

#b9eede color RGB value is (185,238,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11101110 11011110
Octal 271 356 336
Decimal 185 238 222
Hex B9 EE DE

RGB Percentages of Color #b9eede

%28.68
%36.90
%34.42

CMYK Percentages of Color #b9eede

%22
%0
%7
%7

Triadic Colors of #b9eede

#b9eede #deb9ee #eedeb9

Analogous Colors of #b9eede

#b9eede #b9e4ee #b9eec4

Monochromatic Colors of #b9eede

#b9eede

Complementary Color

#b9eede #eeb9c9

#b9eede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9eede Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9eede Color CSS Codes

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

#b9eede Text Font Color

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

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


#b9eede Background Color

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

This div background color is #b9eede


#b9eede Border Color

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

This div border color is #b9eede


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,238,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9eede


Comments

No comments written yet.

Please login to write comment.