Color Hex Logo

#b1efcb Color Hex

#B1EFCB
(177,239,203)
0 Favorites   0 Comments

Color spaces of #b1efcb

RGB 177239203
HSL0.400.660.82
HSV145°26°94°
CMYK 0.260.000.15   0.06
XYZ59.777575.391967.9014
Yxy75.39190.29440.3713
Hunter Lab86.8285-29.060714.4141
CIE-Lab89.5762-26.682911.1565

#b1efcb color RGB value is (177,239,203).

#b1efcb hex color red value is 177, green value is 239 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b1efcb hue: 0.40 , saturation: 0.66 and the lightness value of b1efcb is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11101111 11001011
Octal 261 357 313
Decimal 177 239 203
Hex B1 EF CB

RGB Percentages of Color #b1efcb

%28.59
%38.61
%32.79

CMYK Percentages of Color #b1efcb

%26
%0
%15
%6

Triadic Colors of #b1efcb

#b1efcb #cbb1ef #efcbb1

Analogous Colors of #b1efcb

#b1efcb #b1efea #b6efb1

Monochromatic Colors of #b1efcb

#b1efcb

Complementary Color

#b1efcb #efb1d5

#b1efcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1efcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1efcb Color CSS Codes

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

#b1efcb Text Font Color

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

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


#b1efcb Background Color

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

This div background color is #b1efcb


#b1efcb Border Color

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

This div border color is #b1efcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,239,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b1efcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b1efcb;
  -webkit-box-shadow: 1px 1px 3px 2px #b1efcb;
  box-shadow:         1px 1px 3px 2px #b1efcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,239,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1efcb


Comments

No comments written yet.

Please login to write comment.