Color Hex Logo

#b1cdbe Color Hex

#B1CDBE
(177,205,190)
0 Favorites   0 Comments

Color spaces of #b1cdbe

RGB 177205190
HSL0.410.220.75
HSV148°14°80°
CMYK 0.140.000.07   0.20
XYZ49.257056.727557.0686
Yxy56.72750.30210.3479
Hunter Lab75.3177-15.06877.7980
CIE-Lab80.0261-12.28754.3087

#b1cdbe color RGB value is (177,205,190).

#b1cdbe hex color red value is 177, green value is 205 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b1cdbe hue: 0.41 , saturation: 0.22 and the lightness value of b1cdbe is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11001101 10111110
Octal 261 315 276
Decimal 177 205 190
Hex B1 CD BE

RGB Percentages of Color #b1cdbe

%30.94
%35.84
%33.22

CMYK Percentages of Color #b1cdbe

%14
%0
%7
%20

Triadic Colors of #b1cdbe

#b1cdbe #beb1cd #cdbeb1

Analogous Colors of #b1cdbe

#b1cdbe #b1cdcc #b2cdb1

Monochromatic Colors of #b1cdbe

#b1cdbe

Complementary Color

#b1cdbe #cdb1c0

#b1cdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1cdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1cdbe Color CSS Codes

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

#b1cdbe Text Font Color

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

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


#b1cdbe Background Color

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

This div background color is #b1cdbe


#b1cdbe Border Color

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

This div border color is #b1cdbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,205,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 #b1cdbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1cdbe


Comments

No comments written yet.

Please login to write comment.