Color Hex Logo

#b1cfbe Color Hex

#B1CFBE
(177,207,190)
0 Favorites   0 Comments

Color spaces of #b1cfbe

RGB 177207190
HSL0.410.240.75
HSV146°14°81°
CMYK 0.140.000.08   0.19
XYZ49.738557.690557.2291
Yxy57.69050.30210.3504
Hunter Lab75.9543-16.02968.4949
CIE-Lab80.5664-13.31215.0893

#b1cfbe color RGB value is (177,207,190).

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

The process color (four color CMYK) of #b1cfbe color hex is 0.14, 0.00, 0.08, 0.19. Web safe color of #b1cfbe is #99cccc. Color #b1cfbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11001111 10111110
Octal 261 317 276
Decimal 177 207 190
Hex B1 CF BE

RGB Percentages of Color #b1cfbe

%30.84
%36.06
%33.10

CMYK Percentages of Color #b1cfbe

%14
%0
%8
%19

Triadic Colors of #b1cfbe

#b1cfbe #beb1cf #cfbeb1

Analogous Colors of #b1cfbe

#b1cfbe #b1cfcd #b3cfb1

Monochromatic Colors of #b1cfbe

#b1cfbe

Complementary Color

#b1cfbe #cfb1c2

#b1cfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1cfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1cfbe Color CSS Codes

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

#b1cfbe Text Font Color

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

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


#b1cfbe Background Color

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

This div background color is #b1cfbe


#b1cfbe Border Color

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

This div border color is #b1cfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1cfbe


Comments

No comments written yet.

Please login to write comment.