Color Hex Logo

#b9ecbc Color Hex

#B9ECBC
(185,236,188)
0 Favorites   0 Comments

Color spaces of #b9ecbc

RGB 185236188
HSL0.340.570.83
HSV124°22°93°
CMYK 0.220.000.20   0.07
XYZ59.080173.936058.7342
Yxy73.93600.30810.3856
Hunter Lab85.9860-27.830119.6912
CIE-Lab88.8922-25.407018.0414

#b9ecbc color RGB value is (185,236,188).

#b9ecbc hex color red value is 185, green value is 236 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b9ecbc hue: 0.34 , saturation: 0.57 and the lightness value of b9ecbc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11101100 10111100
Octal 271 354 274
Decimal 185 236 188
Hex B9 EC BC

RGB Percentages of Color #b9ecbc

%30.38
%38.75
%30.87

CMYK Percentages of Color #b9ecbc

%22
%0
%20
%7

Triadic Colors of #b9ecbc

#b9ecbc #bcb9ec #ecbcb9

Analogous Colors of #b9ecbc

#b9ecbc #b9ecd6 #d0ecb9

Monochromatic Colors of #b9ecbc

#b9ecbc

Complementary Color

#b9ecbc #ecb9e9

#b9ecbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9ecbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9ecbc Color CSS Codes

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

#b9ecbc Text Font Color

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

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


#b9ecbc Background Color

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

This div background color is #b9ecbc


#b9ecbc Border Color

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

This div border color is #b9ecbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9ecbc


Comments

No comments written yet.

Please login to write comment.