Color Hex Logo

#b6c28f Color Hex

#B6C28F
(182,194,143)
0 Favorites   0 Comments

Color spaces of #b6c28f

RGB 182194143
HSL0.210.290.66
HSV74°26°76°
CMYK 0.060.000.26   0.24
XYZ43.541150.511833.4415
Yxy50.51180.34150.3962
Hunter Lab71.0717-15.019821.8523
CIE-Lab76.3823-12.759524.3406

#b6c28f color RGB value is (182,194,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11000010 10001111
Octal 266 302 217
Decimal 182 194 143
Hex B6 C2 8F

RGB Percentages of Color #b6c28f

%35.07
%37.38
%27.55

CMYK Percentages of Color #b6c28f

%6
%0
%26
%24

Triadic Colors of #b6c28f

#b6c28f #8fb6c2 #c28fb6

Analogous Colors of #b6c28f

#b6c28f #9dc28f #c2b58f

Monochromatic Colors of #b6c28f

#b6c28f

Complementary Color

#b6c28f #9b8fc2

#b6c28f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6c28f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6c28f Color CSS Codes

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

#b6c28f Text Font Color

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

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


#b6c28f Background Color

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

This div background color is #b6c28f


#b6c28f Border Color

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

This div border color is #b6c28f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6c28f


Comments

No comments written yet.

Please login to write comment.