Color Hex Logo

#b1eedd Color Hex

#B1EEDD
(177,238,221)
0 Favorites   0 Comments

Color spaces of #b1eedd

RGB 177238221
HSL0.450.640.81
HSV163°26°93°
CMYK 0.260.000.07   0.07
XYZ61.757175.716679.7664
Yxy75.71660.28430.3485
Hunter Lab87.0153-25.59056.5599
CIE-Lab89.7276-22.65771.9941

#b1eedd color RGB value is (177,238,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11101110 11011101
Octal 261 356 335
Decimal 177 238 221
Hex B1 EE DD

RGB Percentages of Color #b1eedd

%27.83
%37.42
%34.75

CMYK Percentages of Color #b1eedd

%26
%0
%7
%7

Triadic Colors of #b1eedd

#b1eedd #ddb1ee #eeddb1

Analogous Colors of #b1eedd

#b1eedd #b1e1ee #b1eebf

Monochromatic Colors of #b1eedd

#b1eedd

Complementary Color

#b1eedd #eeb1c2

#b1eedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1eedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1eedd Color CSS Codes

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

#b1eedd Text Font Color

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

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


#b1eedd Background Color

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

This div background color is #b1eedd


#b1eedd Border Color

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

This div border color is #b1eedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1eedd


Comments

No comments written yet.

Please login to write comment.