Color Hex Logo

#b6fbcb Color Hex

#B6FBCB
(182,251,203)
0 Favorites   0 Comments

Color spaces of #b6fbcb

RGB 182251203
HSL0.380.900.85
HSV138°27°98°
CMYK 0.270.000.19   0.02
XYZ64.568183.251269.1659
Yxy83.25120.29760.3837
Hunter Lab91.2421-33.356918.9248
CIE-Lab93.1243-30.825316.2197

#b6fbcb color RGB value is (182,251,203).

#b6fbcb hex color red value is 182, green value is 251 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b6fbcb hue: 0.38 , saturation: 0.90 and the lightness value of b6fbcb is 0.85.

The process color (four color CMYK) of #b6fbcb color hex is 0.27, 0.00, 0.19, 0.02. Web safe color of #b6fbcb is #ccffcc. Color #b6fbcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11111011 11001011
Octal 266 373 313
Decimal 182 251 203
Hex B6 FB CB

RGB Percentages of Color #b6fbcb

%28.62
%39.47
%31.92

CMYK Percentages of Color #b6fbcb

%27
%0
%19
%2

Triadic Colors of #b6fbcb

#b6fbcb #cbb6fb #fbcbb6

Analogous Colors of #b6fbcb

#b6fbcb #b6fbee #c4fbb6

Monochromatic Colors of #b6fbcb

#b6fbcb

Complementary Color

#b6fbcb #fbb6e6

#b6fbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6fbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6fbcb Color CSS Codes

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

#b6fbcb Text Font Color

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

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


#b6fbcb Background Color

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

This div background color is #b6fbcb


#b6fbcb Border Color

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

This div border color is #b6fbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6fbcb

Related Colors


Comments

No comments written yet.

Please login to write comment.