Color Hex Logo

#b2fbda Color Hex

#B2FBDA
(178,251,218)
0 Favorites   0 Comments

Color spaces of #b2fbda

RGB 178251218
HSL0.420.900.84
HSV153°29°98°
CMYK 0.290.000.13   0.02
XYZ65.512283.521378.9980
Yxy83.52130.28730.3663
Hunter Lab91.3900-31.976112.7224
CIE-Lab93.2422-29.20158.6346

#b2fbda color RGB value is (178,251,218).

#b2fbda hex color red value is 178, green value is 251 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b2fbda hue: 0.42 , saturation: 0.90 and the lightness value of b2fbda is 0.84.

The process color (four color CMYK) of #b2fbda color hex is 0.29, 0.00, 0.13, 0.02. Web safe color of #b2fbda is #99ffcc. Color #b2fbda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11111011 11011010
Octal 262 373 332
Decimal 178 251 218
Hex B2 FB DA

RGB Percentages of Color #b2fbda

%27.51
%38.79
%33.69

CMYK Percentages of Color #b2fbda

%29
%0
%13
%2

Triadic Colors of #b2fbda

#b2fbda #dab2fb #fbdab2

Analogous Colors of #b2fbda

#b2fbda #b2f8fb #b2fbb6

Monochromatic Colors of #b2fbda

#b2fbda

Complementary Color

#b2fbda #fbb2d3

#b2fbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2fbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2fbda Color CSS Codes

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

#b2fbda Text Font Color

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

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


#b2fbda Background Color

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

This div background color is #b2fbda


#b2fbda Border Color

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

This div border color is #b2fbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2fbda


Comments

No comments written yet.

Please login to write comment.