Color Hex Logo

#b8cb6e Color Hex

#B8CB6E
(184,203,110)
0 Favorites   0 Comments

Color spaces of #b8cb6e

RGB 184203110
HSL0.200.470.61
HSV72°46°80°
CMYK 0.090.000.46   0.20
XYZ43.937654.028022.8645
Yxy54.02800.36360.4471
Hunter Lab73.5037-21.931433.0095
CIE-Lab78.4781-20.626444.0164

#b8cb6e color RGB value is (184,203,110).

#b8cb6e hex color red value is 184, green value is 203 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #b8cb6e hue: 0.20 , saturation: 0.47 and the lightness value of b8cb6e is 0.61.

The process color (four color CMYK) of #b8cb6e color hex is 0.09, 0.00, 0.46, 0.20. Web safe color of #b8cb6e is #cccc66. Color #b8cb6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11001011 01101110
Octal 270 313 156
Decimal 184 203 110
Hex B8 CB 6E

RGB Percentages of Color #b8cb6e

%37.02
%40.85
%22.13

CMYK Percentages of Color #b8cb6e

%9
%0
%46
%20

Triadic Colors of #b8cb6e

#b8cb6e #6eb8cb #cb6eb8

Analogous Colors of #b8cb6e

#b8cb6e #8acb6e #cbb06e

Monochromatic Colors of #b8cb6e

#b8cb6e

Complementary Color

#b8cb6e #816ecb

#b8cb6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8cb6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8cb6e Color CSS Codes

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

#b8cb6e Text Font Color

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

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


#b8cb6e Background Color

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

This div background color is #b8cb6e


#b8cb6e Border Color

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

This div border color is #b8cb6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8cb6e


Comments

No comments written yet.

Please login to write comment.