Color Hex Logo

#b6fcbe Color Hex

#B6FCBE
(182,252,190)
0 Favorites   0 Comments

Color spaces of #b6fcbe

RGB 182252190
HSL0.350.920.85
HSV127°28°99°
CMYK 0.280.000.25   0.01
XYZ63.396183.283661.4492
Yxy83.28360.30460.4002
Hunter Lab91.2598-35.704923.9594
CIE-Lab93.1385-33.561922.8916

#b6fcbe color RGB value is (182,252,190).

#b6fcbe hex color red value is 182, green value is 252 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b6fcbe hue: 0.35 , saturation: 0.92 and the lightness value of b6fcbe is 0.85.

The process color (four color CMYK) of #b6fcbe color hex is 0.28, 0.00, 0.25, 0.01. Web safe color of #b6fcbe is #ccffcc. Color #b6fcbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11111100 10111110
Octal 266 374 276
Decimal 182 252 190
Hex B6 FC BE

RGB Percentages of Color #b6fcbe

%29.17
%40.38
%30.45

CMYK Percentages of Color #b6fcbe

%28
%0
%25
%1

Triadic Colors of #b6fcbe

#b6fcbe #beb6fc #fcbeb6

Analogous Colors of #b6fcbe

#b6fcbe #b6fce1 #d1fcb6

Monochromatic Colors of #b6fcbe

#b6fcbe

Complementary Color

#b6fcbe #fcb6f4

#b6fcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6fcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6fcbe Color CSS Codes

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

#b6fcbe Text Font Color

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

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


#b6fcbe Background Color

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

This div background color is #b6fcbe


#b6fcbe Border Color

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

This div border color is #b6fcbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,252,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6fcbe


Comments

No comments written yet.

Please login to write comment.