Color Hex Logo

#b6fccb Color Hex

#B6FCCB
(182,252,203)
0 Favorites   0 Comments

Color spaces of #b6fccb

RGB 182252203
HSL0.380.920.85
HSV138°28°99°
CMYK 0.280.000.19   0.01
XYZ64.881383.877769.2703
Yxy83.87770.29760.3847
Hunter Lab91.5848-33.818819.2652
CIE-Lab93.3974-31.292716.6040

#b6fccb color RGB value is (182,252,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11111100 11001011
Octal 266 374 313
Decimal 182 252 203
Hex B6 FC CB

RGB Percentages of Color #b6fccb

%28.57
%39.56
%31.87

CMYK Percentages of Color #b6fccb

%28
%0
%19
%1

Triadic Colors of #b6fccb

#b6fccb #cbb6fc #fccbb6

Analogous Colors of #b6fccb

#b6fccb #b6fcee #c4fcb6

Monochromatic Colors of #b6fccb

#b6fccb

Complementary Color

#b6fccb #fcb6e7

#b6fccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6fccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6fccb Color CSS Codes

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

#b6fccb Text Font Color

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

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


#b6fccb Background Color

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

This div background color is #b6fccb


#b6fccb Border Color

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

This div border color is #b6fccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6fccb

#b6fccb Color Palettes


Comments

No comments written yet.

Please login to write comment.