Color Hex Logo

#bbcc8e Color Hex

#BBCC8E
(187,204,142)
0 Favorites   0 Comments

Color spaces of #bbcc8e

RGB 187204142
HSL0.210.380.68
HSV76°30°80°
CMYK 0.080.000.30   0.20
XYZ46.968955.703533.8675
Yxy55.70350.34400.4080
Hunter Lab74.6348-18.277925.3399
CIE-Lab79.4448-16.099429.0501

#bbcc8e color RGB value is (187,204,142).

#bbcc8e hex color red value is 187, green value is 204 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bbcc8e hue: 0.21 , saturation: 0.38 and the lightness value of bbcc8e is 0.68.

The process color (four color CMYK) of #bbcc8e color hex is 0.08, 0.00, 0.30, 0.20. Web safe color of #bbcc8e is #cccc99. Color #bbcc8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001100 10001110
Octal 273 314 216
Decimal 187 204 142
Hex BB CC 8E

RGB Percentages of Color #bbcc8e

%35.08
%38.27
%26.64

CMYK Percentages of Color #bbcc8e

%8
%0
%30
%20

Triadic Colors of #bbcc8e

#bbcc8e #8ebbcc #cc8ebb

Analogous Colors of #bbcc8e

#bbcc8e #9ccc8e #ccbe8e

Monochromatic Colors of #bbcc8e

#bbcc8e

Complementary Color

#bbcc8e #9f8ecc

#bbcc8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcc8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcc8e Color CSS Codes

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

#bbcc8e Text Font Color

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

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


#bbcc8e Background Color

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

This div background color is #bbcc8e


#bbcc8e Border Color

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

This div border color is #bbcc8e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,204,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 #bbcc8e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcc8e


Comments

No comments written yet.

Please login to write comment.