Color Hex Logo

#b6e5bf Color Hex

#B6E5BF
(182,229,191)
0 Favorites   0 Comments

Color spaces of #b6e5bf

RGB 182229191
HSL0.370.470.81
HSV131°21°90°
CMYK 0.210.000.17   0.10
XYZ56.714769.745359.7632
Yxy69.74530.30460.3745
Hunter Lab83.5137-24.928316.0310
CIE-Lab86.8718-22.470713.6127

#b6e5bf color RGB value is (182,229,191).

#b6e5bf hex color red value is 182, green value is 229 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b6e5bf hue: 0.37 , saturation: 0.47 and the lightness value of b6e5bf is 0.81.

The process color (four color CMYK) of #b6e5bf color hex is 0.21, 0.00, 0.17, 0.10. Web safe color of #b6e5bf is #cccccc. Color #b6e5bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11100101 10111111
Octal 266 345 277
Decimal 182 229 191
Hex B6 E5 BF

RGB Percentages of Color #b6e5bf

%30.23
%38.04
%31.73

CMYK Percentages of Color #b6e5bf

%21
%0
%17
%10

Triadic Colors of #b6e5bf

#b6e5bf #bfb6e5 #e5bfb6

Analogous Colors of #b6e5bf

#b6e5bf #b6e5d7 #c5e5b6

Monochromatic Colors of #b6e5bf

#b6e5bf

Complementary Color

#b6e5bf #e5b6dc

#b6e5bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6e5bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6e5bf Color CSS Codes

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

#b6e5bf Text Font Color

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

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


#b6e5bf Background Color

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

This div background color is #b6e5bf


#b6e5bf Border Color

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

This div border color is #b6e5bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6e5bf


Comments

No comments written yet.

Please login to write comment.