Color Hex Logo

#b2ffdb Color Hex

#B2FFDB
(178,255,219)
0 Favorites   0 Comments

Color spaces of #b2ffdb

RGB 178255219
HSL0.421.000.85
HSV152°30°100°
CMYK 0.300.000.14   0.00
XYZ66.906386.099580.1104
Yxy86.09950.28700.3693
Hunter Lab92.7898-33.674413.7647
CIE-Lab94.3549-30.88669.7134

#b2ffdb color RGB value is (178,255,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11111111 11011011
Octal 262 377 333
Decimal 178 255 219
Hex B2 FF DB

RGB Percentages of Color #b2ffdb

%27.30
%39.11
%33.59

CMYK Percentages of Color #b2ffdb

%30
%0
%14
%0

Triadic Colors of #b2ffdb

#b2ffdb #dbb2ff #ffdbb2

Analogous Colors of #b2ffdb

#b2ffdb #b2fdff #b2ffb5

Monochromatic Colors of #b2ffdb

#b2ffdb

Complementary Color

#b2ffdb #ffb2d6

#b2ffdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2ffdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2ffdb Color CSS Codes

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

#b2ffdb Text Font Color

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

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


#b2ffdb Background Color

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

This div background color is #b2ffdb


#b2ffdb Border Color

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

This div border color is #b2ffdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2ffdb


Comments

No comments written yet.

Please login to write comment.