Color Hex Logo

#b9eebd Color Hex

#B9EEBD
(185,238,189)
0 Favorites   0 Comments

Color spaces of #b9eebd

RGB 185238189
HSL0.350.610.83
HSV125°22°93°
CMYK 0.220.000.21   0.07
XYZ59.767475.137559.4970
Yxy75.13750.30740.3865
Hunter Lab86.6819-28.617119.9817
CIE-Lab89.4574-26.194618.3140

#b9eebd color RGB value is (185,238,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11101110 10111101
Octal 271 356 275
Decimal 185 238 189
Hex B9 EE BD

RGB Percentages of Color #b9eebd

%30.23
%38.89
%30.88

CMYK Percentages of Color #b9eebd

%22
%0
%21
%7

Triadic Colors of #b9eebd

#b9eebd #bdb9ee #eebdb9

Analogous Colors of #b9eebd

#b9eebd #b9eed8 #d0eeb9

Monochromatic Colors of #b9eebd

#b9eebd

Complementary Color

#b9eebd #eeb9ea

#b9eebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9eebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9eebd Color CSS Codes

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

#b9eebd Text Font Color

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

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


#b9eebd Background Color

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

This div background color is #b9eebd


#b9eebd Border Color

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

This div border color is #b9eebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9eebd


Comments

No comments written yet.

Please login to write comment.