Color Hex Logo

#b0fbe1 Color Hex

#B0FBE1
(176,251,225)
0 Favorites   0 Comments

Color spaces of #b0fbe1

RGB 176251225
HSL0.440.900.84
HSV159°30°98°
CMYK 0.300.000.10   0.02
XYZ65.992383.660783.9041
Yxy83.66070.28260.3582
Hunter Lab91.4662-31.27939.6383
CIE-Lab93.3029-28.38705.0934

#b0fbe1 color RGB value is (176,251,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 11111011 11100001
Octal 260 373 341
Decimal 176 251 225
Hex B0 FB E1

RGB Percentages of Color #b0fbe1

%26.99
%38.50
%34.51

CMYK Percentages of Color #b0fbe1

%30
%0
%10
%2

Triadic Colors of #b0fbe1

#b0fbe1 #e1b0fb #fbe1b0

Analogous Colors of #b0fbe1

#b0fbe1 #b0f0fb #b0fbbc

Monochromatic Colors of #b0fbe1

#b0fbe1

Complementary Color

#b0fbe1 #fbb0ca

#b0fbe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0fbe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0fbe1 Color CSS Codes

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

#b0fbe1 Text Font Color

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

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


#b0fbe1 Background Color

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

This div background color is #b0fbe1


#b0fbe1 Border Color

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

This div border color is #b0fbe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0fbe1


Comments

No comments written yet.

Please login to write comment.