Color Hex Logo

#b0fdb8 Color Hex

#B0FDB8
(176,253,184)
0 Favorites   0 Comments

Color spaces of #b0fdb8

RGB 176253184
HSL0.350.950.84
HSV126°30°99°
CMYK 0.300.000.27   0.01
XYZ61.681582.941458.1057
Yxy82.94140.30430.4091
Hunter Lab91.0722-38.481525.9224
CIE-Lab92.9888-36.891225.6873

#b0fdb8 color RGB value is (176,253,184).

#b0fdb8 hex color red value is 176, green value is 253 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #b0fdb8 hue: 0.35 , saturation: 0.95 and the lightness value of b0fdb8 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 11111101 10111000
Octal 260 375 270
Decimal 176 253 184
Hex B0 FD B8

RGB Percentages of Color #b0fdb8

%28.71
%41.27
%30.02

CMYK Percentages of Color #b0fdb8

%30
%0
%27
%1

Triadic Colors of #b0fdb8

#b0fdb8 #b8b0fd #fdb8b0

Analogous Colors of #b0fdb8

#b0fdb8 #b0fddf #cffdb0

Monochromatic Colors of #b0fdb8

#b0fdb8

Complementary Color

#b0fdb8 #fdb0f5

#b0fdb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0fdb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0fdb8 Color CSS Codes

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

#b0fdb8 Text Font Color

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

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


#b0fdb8 Background Color

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

This div background color is #b0fdb8


#b0fdb8 Border Color

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

This div border color is #b0fdb8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,253,184, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b0fdb8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b0fdb8;
  -webkit-box-shadow: 1px 1px 3px 2px #b0fdb8;
  box-shadow:         1px 1px 3px 2px #b0fdb8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,253,184, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0fdb8

Related Colors


Comments

No comments written yet.

Please login to write comment.