Color Hex Logo

#bbc18e Color Hex

#BBC18E
(187,193,142)
0 Favorites   0 Comments

Color spaces of #bbc18e

RGB 187193142
HSL0.190.290.66
HSV67°26°76°
CMYK 0.030.000.26   0.24
XYZ44.446050.657733.0266
Yxy50.65770.34690.3954
Hunter Lab71.1742-13.087422.3099
CIE-Lab76.4712-10.490725.0541

#bbc18e color RGB value is (187,193,142).

#bbc18e hex color red value is 187, green value is 193 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bbc18e hue: 0.19 , saturation: 0.29 and the lightness value of bbc18e is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000001 10001110
Octal 273 301 216
Decimal 187 193 142
Hex BB C1 8E

RGB Percentages of Color #bbc18e

%35.82
%36.97
%27.20

CMYK Percentages of Color #bbc18e

%3
%0
%26
%24

Triadic Colors of #bbc18e

#bbc18e #8ebbc1 #c18ebb

Analogous Colors of #bbc18e

#bbc18e #a2c18e #c1ae8e

Monochromatic Colors of #bbc18e

#bbc18e

Complementary Color

#bbc18e #948ec1

#bbc18e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc18e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc18e Color CSS Codes

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

#bbc18e Text Font Color

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

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


#bbc18e Background Color

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

This div background color is #bbc18e


#bbc18e Border Color

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

This div border color is #bbc18e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,193,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbc18e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbc18e;
  -webkit-box-shadow: 1px 1px 3px 2px #bbc18e;
  box-shadow:         1px 1px 3px 2px #bbc18e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,193,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc18e


Comments

No comments written yet.

Please login to write comment.