Color Hex Logo

#b6c298 Color Hex

#B6C298
(182,194,152)
0 Favorites   0 Comments

Color spaces of #b6c298

RGB 182194152
HSL0.210.260.68
HSV77°22°76°
CMYK 0.060.000.22   0.24
XYZ44.250750.795737.1780
Yxy50.79570.33470.3842
Hunter Lab71.2711-13.897618.9616
CIE-Lab76.5551-11.421619.7891

#b6c298 color RGB value is (182,194,152).

#b6c298 hex color red value is 182, green value is 194 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #b6c298 hue: 0.21 , saturation: 0.26 and the lightness value of b6c298 is 0.68.

The process color (four color CMYK) of #b6c298 color hex is 0.06, 0.00, 0.22, 0.24. Web safe color of #b6c298 is #cccc99. Color #b6c298 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11000010 10011000
Octal 266 302 230
Decimal 182 194 152
Hex B6 C2 98

RGB Percentages of Color #b6c298

%34.47
%36.74
%28.79

CMYK Percentages of Color #b6c298

%6
%0
%22
%24

Triadic Colors of #b6c298

#b6c298 #98b6c2 #c298b6

Analogous Colors of #b6c298

#b6c298 #a1c298 #c2b998

Monochromatic Colors of #b6c298

#b6c298

Complementary Color

#b6c298 #a498c2

#b6c298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6c298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6c298 Color CSS Codes

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

#b6c298 Text Font Color

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

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


#b6c298 Background Color

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

This div background color is #b6c298


#b6c298 Border Color

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

This div border color is #b6c298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6c298


Comments

No comments written yet.

Please login to write comment.