Color Hex Logo

#b1efca Color Hex

#B1EFCA
(177,239,202)
0 Favorites   0 Comments

Color spaces of #b1efca

RGB 177239202
HSL0.400.660.82
HSV144°26°94°
CMYK 0.260.000.15   0.06
XYZ59.658675.344467.2757
Yxy75.34440.29490.3725
Hunter Lab86.8012-29.218614.8078
CIE-Lab89.5541-26.871511.6448

#b1efca color RGB value is (177,239,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11101111 11001010
Octal 261 357 312
Decimal 177 239 202
Hex B1 EF CA

RGB Percentages of Color #b1efca

%28.64
%38.67
%32.69

CMYK Percentages of Color #b1efca

%26
%0
%15
%6

Triadic Colors of #b1efca

#b1efca #cab1ef #efcab1

Analogous Colors of #b1efca

#b1efca #b1efe9 #b7efb1

Monochromatic Colors of #b1efca

#b1efca

Complementary Color

#b1efca #efb1d6

#b1efca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1efca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1efca Color CSS Codes

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

#b1efca Text Font Color

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

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


#b1efca Background Color

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

This div background color is #b1efca


#b1efca Border Color

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

This div border color is #b1efca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1efca

#b1efca Color Palettes


Comments

No comments written yet.

Please login to write comment.