Color Hex Logo

#b1ddbe Color Hex

#B1DDBE
(177,221,190)
0 Favorites   0 Comments

Color spaces of #b1ddbe

RGB 177221190
HSL0.380.390.78
HSV138°20°87°
CMYK 0.200.000.14   0.13
XYZ53.282264.777758.4103
Yxy64.77770.30190.3671
Hunter Lab80.4846-22.677913.3105
CIE-Lab84.3691-20.352510.5427

#b1ddbe color RGB value is (177,221,190).

#b1ddbe hex color red value is 177, green value is 221 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b1ddbe hue: 0.38 , saturation: 0.39 and the lightness value of b1ddbe is 0.78.

The process color (four color CMYK) of #b1ddbe color hex is 0.20, 0.00, 0.14, 0.13. Web safe color of #b1ddbe is #99cccc. Color #b1ddbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11011101 10111110
Octal 261 335 276
Decimal 177 221 190
Hex B1 DD BE

RGB Percentages of Color #b1ddbe

%30.10
%37.59
%32.31

CMYK Percentages of Color #b1ddbe

%20
%0
%14
%13

Triadic Colors of #b1ddbe

#b1ddbe #beb1dd #ddbeb1

Analogous Colors of #b1ddbe

#b1ddbe #b1ddd4 #baddb1

Monochromatic Colors of #b1ddbe

#b1ddbe

Complementary Color

#b1ddbe #ddb1d0

#b1ddbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1ddbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1ddbe Color CSS Codes

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

#b1ddbe Text Font Color

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

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


#b1ddbe Background Color

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

This div background color is #b1ddbe


#b1ddbe Border Color

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

This div border color is #b1ddbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1ddbe


Comments

No comments written yet.

Please login to write comment.