Color Hex Logo

#b2ffce Color Hex

#B2FFCE
(178,255,206)
0 Favorites   0 Comments

Color spaces of #b2ffce

RGB 178255206
HSL0.391.000.85
HSV142°30°100°
CMYK 0.300.000.19   0.00
XYZ65.260785.441271.4447
Yxy85.44120.29380.3846
Hunter Lab92.4344-35.735318.8775
CIE-Lab94.0729-33.348115.9875

#b2ffce color RGB value is (178,255,206).

#b2ffce hex color red value is 178, green value is 255 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b2ffce hue: 0.39 , saturation: 1.00 and the lightness value of b2ffce is 0.85.

The process color (four color CMYK) of #b2ffce color hex is 0.30, 0.00, 0.19, 0.00. Web safe color of #b2ffce is #99ffcc. Color #b2ffce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11111111 11001110
Octal 262 377 316
Decimal 178 255 206
Hex B2 FF CE

RGB Percentages of Color #b2ffce

%27.86
%39.91
%32.24

CMYK Percentages of Color #b2ffce

%30
%0
%19
%0

Triadic Colors of #b2ffce

#b2ffce #ceb2ff #ffceb2

Analogous Colors of #b2ffce

#b2ffce #b2fff5 #bdffb2

Monochromatic Colors of #b2ffce

#b2ffce

Complementary Color

#b2ffce #ffb2e3

#b2ffce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2ffce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2ffce Color CSS Codes

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

#b2ffce Text Font Color

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

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


#b2ffce Background Color

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

This div background color is #b2ffce


#b2ffce Border Color

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

This div border color is #b2ffce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,255,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b2ffce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b2ffce;
  -webkit-box-shadow: 1px 1px 3px 2px #b2ffce;
  box-shadow:         1px 1px 3px 2px #b2ffce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,255,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2ffce

Related Colors

#b2ffce Color Palettes


Comments

No comments written yet.

Please login to write comment.