Color Hex Logo

#b2fbd4 Color Hex

#B2FBD4
(178,251,212)
0 Favorites   0 Comments

Color spaces of #b2fbd4

RGB 178251212
HSL0.410.900.84
HSV148°29°98°
CMYK 0.290.000.16   0.02
XYZ64.740983.212874.9368
Yxy83.21280.29050.3733
Hunter Lab91.2211-32.952815.1488
CIE-Lab93.1075-30.361211.5364

#b2fbd4 color RGB value is (178,251,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11111011 11010100
Octal 262 373 324
Decimal 178 251 212
Hex B2 FB D4

RGB Percentages of Color #b2fbd4

%27.77
%39.16
%33.07

CMYK Percentages of Color #b2fbd4

%29
%0
%16
%2

Triadic Colors of #b2fbd4

#b2fbd4 #d4b2fb #fbd4b2

Analogous Colors of #b2fbd4

#b2fbd4 #b2fbf9 #b5fbb2

Monochromatic Colors of #b2fbd4

#b2fbd4

Complementary Color

#b2fbd4 #fbb2d9

#b2fbd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2fbd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2fbd4 Color CSS Codes

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

#b2fbd4 Text Font Color

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

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


#b2fbd4 Background Color

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

This div background color is #b2fbd4


#b2fbd4 Border Color

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

This div border color is #b2fbd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2fbd4

Related Colors


Comments

No comments written yet.

Please login to write comment.