Color Hex Logo

#b9ebbf Color Hex

#B9EBBF
(185,235,191)
0 Favorites   0 Comments

Color spaces of #b9ebbf

RGB 185235191
HSL0.350.560.82
HSV127°21°92°
CMYK 0.210.000.19   0.08
XYZ59.119973.492560.3597
Yxy73.49250.30640.3808
Hunter Lab85.7278-26.925818.2642
CIE-Lab88.6821-24.405316.1908

#b9ebbf color RGB value is (185,235,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11101011 10111111
Octal 271 353 277
Decimal 185 235 191
Hex B9 EB BF

RGB Percentages of Color #b9ebbf

%30.28
%38.46
%31.26

CMYK Percentages of Color #b9ebbf

%21
%0
%19
%8

Triadic Colors of #b9ebbf

#b9ebbf #bfb9eb #ebbfb9

Analogous Colors of #b9ebbf

#b9ebbf #b9ebd8 #ccebb9

Monochromatic Colors of #b9ebbf

#b9ebbf

Complementary Color

#b9ebbf #ebb9e5

#b9ebbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9ebbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9ebbf Color CSS Codes

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

#b9ebbf Text Font Color

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

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


#b9ebbf Background Color

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

This div background color is #b9ebbf


#b9ebbf Border Color

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

This div border color is #b9ebbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9ebbf


Comments

No comments written yet.

Please login to write comment.