Color Hex Logo

#b1efcc Color Hex

#B1EFCC
(177,239,204)
0 Favorites   0 Comments

Color spaces of #b1efcc

RGB 177239204
HSL0.410.660.82
HSV146°26°94°
CMYK 0.260.000.15   0.06
XYZ59.897075.439768.5312
Yxy75.43970.29380.3700
Hunter Lab86.8560-28.902214.0182
CIE-Lab89.5986-26.493710.6683

#b1efcc color RGB value is (177,239,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11101111 11001100
Octal 261 357 314
Decimal 177 239 204
Hex B1 EF CC

RGB Percentages of Color #b1efcc

%28.55
%38.55
%32.90

CMYK Percentages of Color #b1efcc

%26
%0
%15
%6

Triadic Colors of #b1efcc

#b1efcc #ccb1ef #efccb1

Analogous Colors of #b1efcc

#b1efcc #b1efeb #b5efb1

Monochromatic Colors of #b1efcc

#b1efcc

Complementary Color

#b1efcc #efb1d4

#b1efcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1efcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1efcc Color CSS Codes

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

#b1efcc Text Font Color

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

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


#b1efcc Background Color

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

This div background color is #b1efcc


#b1efcc Border Color

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

This div border color is #b1efcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1efcc


Comments

No comments written yet.

Please login to write comment.