Color Hex Logo

#b1ebea Color Hex

#B1EBEA
(177,235,234)
0 Favorites   0 Comments

Color spaces of #b1ebea

RGB 177235234
HSL0.500.590.81
HSV179°25°92°
CMYK 0.250.000.00   0.08
XYZ62.691174.704388.9571
Yxy74.70430.27700.3300
Hunter Lab86.4316-21.7847-0.5202
CIE-Lab89.2543-18.4453-5.4963

#b1ebea color RGB value is (177,235,234).

#b1ebea hex color red value is 177, green value is 235 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b1ebea hue: 0.50 , saturation: 0.59 and the lightness value of b1ebea is 0.81.

The process color (four color CMYK) of #b1ebea color hex is 0.25, 0.00, 0.00, 0.08. Web safe color of #b1ebea is #99ffff. Color #b1ebea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11101011 11101010
Octal 261 353 352
Decimal 177 235 234
Hex B1 EB EA

RGB Percentages of Color #b1ebea

%27.40
%36.38
%36.22

CMYK Percentages of Color #b1ebea

%25
%0
%0
%8

Triadic Colors of #b1ebea

#b1ebea #eab1eb #ebeab1

Analogous Colors of #b1ebea

#b1ebea #b1cfeb #b1ebcd

Monochromatic Colors of #b1ebea

#b1ebea

Complementary Color

#b1ebea #ebb1b2

#b1ebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1ebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1ebea Color CSS Codes

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

#b1ebea Text Font Color

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

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


#b1ebea Background Color

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

This div background color is #b1ebea


#b1ebea Border Color

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

This div border color is #b1ebea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1ebea


Comments

No comments written yet.

Please login to write comment.