Color Hex Logo

#b6c669 Color Hex

#B6C669
(182,198,105)
0 Favorites   0 Comments

Color spaces of #b6c669

RGB 182198105
HSL0.200.450.59
HSV70°47°78°
CMYK 0.080.000.47   0.22
XYZ42.035351.353221.0613
Yxy51.35320.36730.4487
Hunter Lab71.6611-20.701732.7374
CIE-Lab76.8925-19.453944.4936

#b6c669 color RGB value is (182,198,105).

#b6c669 hex color red value is 182, green value is 198 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #b6c669 hue: 0.20 , saturation: 0.45 and the lightness value of b6c669 is 0.59.

The process color (four color CMYK) of #b6c669 color hex is 0.08, 0.00, 0.47, 0.22. Web safe color of #b6c669 is #cccc66. Color #b6c669 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11000110 01101001
Octal 266 306 151
Decimal 182 198 105
Hex B6 C6 69

RGB Percentages of Color #b6c669

%37.53
%40.82
%21.65

CMYK Percentages of Color #b6c669

%8
%0
%47
%22

Triadic Colors of #b6c669

#b6c669 #69b6c6 #c669b6

Analogous Colors of #b6c669

#b6c669 #88c669 #c6a869

Monochromatic Colors of #b6c669

#b6c669

Complementary Color

#b6c669 #7969c6

#b6c669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6c669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6c669 Color CSS Codes

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

#b6c669 Text Font Color

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

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


#b6c669 Background Color

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

This div background color is #b6c669


#b6c669 Border Color

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

This div border color is #b6c669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6c669


Comments

No comments written yet.

Please login to write comment.