Color Hex Logo

#b1ebda Color Hex

#B1EBDA
(177,235,218)
0 Favorites   0 Comments

Color spaces of #b1ebda

RGB 177235218
HSL0.450.590.81
HSV162°25°92°
CMYK 0.250.000.07   0.08
XYZ60.494773.825777.3911
Yxy73.82570.28570.3487
Hunter Lab85.9219-24.68756.7419
CIE-Lab88.8400-21.80312.2715

#b1ebda color RGB value is (177,235,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11101011 11011010
Octal 261 353 332
Decimal 177 235 218
Hex B1 EB DA

RGB Percentages of Color #b1ebda

%28.10
%37.30
%34.60

CMYK Percentages of Color #b1ebda

%25
%0
%7
%8

Triadic Colors of #b1ebda

#b1ebda #dab1eb #ebdab1

Analogous Colors of #b1ebda

#b1ebda #b1dfeb #b1ebbd

Monochromatic Colors of #b1ebda

#b1ebda

Complementary Color

#b1ebda #ebb1c2

#b1ebda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1ebda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1ebda Color CSS Codes

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

#b1ebda Text Font Color

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

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


#b1ebda Background Color

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

This div background color is #b1ebda


#b1ebda Border Color

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

This div border color is #b1ebda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1ebda


Comments

No comments written yet.

Please login to write comment.