Color Hex Logo

#b6cbaf Color Hex

#B6CBAF
(182,203,175)
0 Favorites   0 Comments

Color spaces of #b6cbaf

RGB 182203175
HSL0.290.210.74
HSV105°14°80°
CMYK 0.100.000.14   0.20
XYZ48.385255.752148.7685
Yxy55.75210.31640.3646
Hunter Lab74.6673-14.998013.5422
CIE-Lab79.4725-12.285011.5849

#b6cbaf color RGB value is (182,203,175).

#b6cbaf hex color red value is 182, green value is 203 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b6cbaf hue: 0.29 , saturation: 0.21 and the lightness value of b6cbaf is 0.74.

The process color (four color CMYK) of #b6cbaf color hex is 0.10, 0.00, 0.14, 0.20. Web safe color of #b6cbaf is #cccc99. Color #b6cbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001011 10101111
Octal 266 313 257
Decimal 182 203 175
Hex B6 CB AF

RGB Percentages of Color #b6cbaf

%32.50
%36.25
%31.25

CMYK Percentages of Color #b6cbaf

%10
%0
%14
%20

Triadic Colors of #b6cbaf

#b6cbaf #afb6cb #cbafb6

Analogous Colors of #b6cbaf

#b6cbaf #afcbb6 #c4cbaf

Monochromatic Colors of #b6cbaf

#b6cbaf

Complementary Color

#b6cbaf #c4afcb

#b6cbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6cbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6cbaf Color CSS Codes

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

#b6cbaf Text Font Color

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

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


#b6cbaf Background Color

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

This div background color is #b6cbaf


#b6cbaf Border Color

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

This div border color is #b6cbaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,203,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6cbaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6cbaf;
  -webkit-box-shadow: 1px 1px 3px 2px #b6cbaf;
  box-shadow:         1px 1px 3px 2px #b6cbaf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,203,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6cbaf


Comments

No comments written yet.

Please login to write comment.