Color Hex Logo

#b2ffda Color Hex

#B2FFDA
(178,255,218)
0 Favorites   0 Comments

Color spaces of #b2ffda

RGB 178255218
HSL0.421.000.85
HSV151°30°100°
CMYK 0.300.000.15   0.00
XYZ66.775086.046979.4190
Yxy86.04690.28750.3705
Hunter Lab92.7615-33.838114.1711
CIE-Lab94.3324-31.080910.1956

#b2ffda color RGB value is (178,255,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11111111 11011010
Octal 262 377 332
Decimal 178 255 218
Hex B2 FF DA

RGB Percentages of Color #b2ffda

%27.34
%39.17
%33.49

CMYK Percentages of Color #b2ffda

%30
%0
%15
%0

Triadic Colors of #b2ffda

#b2ffda #dab2ff #ffdab2

Analogous Colors of #b2ffda

#b2ffda #b2feff #b2ffb4

Monochromatic Colors of #b2ffda

#b2ffda

Complementary Color

#b2ffda #ffb2d7

#b2ffda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2ffda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2ffda Color CSS Codes

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

#b2ffda Text Font Color

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

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


#b2ffda Background Color

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

This div background color is #b2ffda


#b2ffda Border Color

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

This div border color is #b2ffda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2ffda


Comments

No comments written yet.

Please login to write comment.