Color Hex Logo

#b9eabd Color Hex

#B9EABD
(185,234,189)
0 Favorites   0 Comments

Color spaces of #b9eabd

RGB 185234189
HSL0.350.540.82
HSV125°21°92°
CMYK 0.210.000.19   0.08
XYZ58.615772.834059.1131
Yxy72.83400.30760.3822
Hunter Lab85.3428-26.751518.6725
CIE-Lab88.3685-24.270516.7891

#b9eabd color RGB value is (185,234,189).

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

The process color (four color CMYK) of #b9eabd color hex is 0.21, 0.00, 0.19, 0.08. Web safe color of #b9eabd is #ccffcc. Color #b9eabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11101010 10111101
Octal 271 352 275
Decimal 185 234 189
Hex B9 EA BD

RGB Percentages of Color #b9eabd

%30.43
%38.49
%31.09

CMYK Percentages of Color #b9eabd

%21
%0
%19
%8

Triadic Colors of #b9eabd

#b9eabd #bdb9ea #eabdb9

Analogous Colors of #b9eabd

#b9eabd #b9ead6 #ceeab9

Monochromatic Colors of #b9eabd

#b9eabd

Complementary Color

#b9eabd #eab9e6

#b9eabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9eabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9eabd Color CSS Codes

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

#b9eabd Text Font Color

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

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


#b9eabd Background Color

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

This div background color is #b9eabd


#b9eabd Border Color

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

This div border color is #b9eabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9eabd


Comments

No comments written yet.

Please login to write comment.