Color Hex Logo

#b6cfbd Color Hex

#B6CFBD
(182,207,189)
0 Favorites   0 Comments

Color spaces of #b6cfbd

RGB 182207189
HSL0.380.210.76
HSV137°12°81°
CMYK 0.120.000.09   0.19
XYZ50.789558.244956.7096
Yxy58.24490.30640.3514
Hunter Lab76.3183-14.76629.3664
CIE-Lab80.8748-11.82306.1108

#b6cfbd color RGB value is (182,207,189).

#b6cfbd hex color red value is 182, green value is 207 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b6cfbd hue: 0.38 , saturation: 0.21 and the lightness value of b6cfbd is 0.76.

The process color (four color CMYK) of #b6cfbd color hex is 0.12, 0.00, 0.09, 0.19. Web safe color of #b6cfbd is #cccccc. Color #b6cfbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001111 10111101
Octal 266 317 275
Decimal 182 207 189
Hex B6 CF BD

RGB Percentages of Color #b6cfbd

%31.49
%35.81
%32.70

CMYK Percentages of Color #b6cfbd

%12
%0
%9
%19

Triadic Colors of #b6cfbd

#b6cfbd #bdb6cf #cfbdb6

Analogous Colors of #b6cfbd

#b6cfbd #b6cfca #bccfb6

Monochromatic Colors of #b6cfbd

#b6cfbd

Complementary Color

#b6cfbd #cfb6c8

#b6cfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6cfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6cfbd Color CSS Codes

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

#b6cfbd Text Font Color

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

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


#b6cfbd Background Color

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

This div background color is #b6cfbd


#b6cfbd Border Color

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

This div border color is #b6cfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6cfbd


Comments

No comments written yet.

Please login to write comment.