Color Hex Logo

#bbcf8c Color Hex

#BBCF8C
(187,207,140)
0 Favorites   0 Comments

Color spaces of #bbcf8c

RGB 187207140
HSL0.220.410.68
HSV78°32°81°
CMYK 0.100.000.32   0.19
XYZ47.540057.083933.3236
Yxy57.08390.34460.4138
Hunter Lab75.5539-19.903626.7374
CIE-Lab80.2268-17.874331.1276

#bbcf8c color RGB value is (187,207,140).

#bbcf8c hex color red value is 187, green value is 207 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #bbcf8c hue: 0.22 , saturation: 0.41 and the lightness value of bbcf8c is 0.68.

The process color (four color CMYK) of #bbcf8c color hex is 0.10, 0.00, 0.32, 0.19. Web safe color of #bbcf8c is #cccc99. Color #bbcf8c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001111 10001100
Octal 273 317 214
Decimal 187 207 140
Hex BB CF 8C

RGB Percentages of Color #bbcf8c

%35.02
%38.76
%26.22

CMYK Percentages of Color #bbcf8c

%10
%0
%32
%19

Triadic Colors of #bbcf8c

#bbcf8c #8cbbcf #cf8cbb

Analogous Colors of #bbcf8c

#bbcf8c #9acf8c #cfc28c

Monochromatic Colors of #bbcf8c

#bbcf8c

Complementary Color

#bbcf8c #a08ccf

#bbcf8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcf8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcf8c Color CSS Codes

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

#bbcf8c Text Font Color

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

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


#bbcf8c Background Color

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

This div background color is #bbcf8c


#bbcf8c Border Color

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

This div border color is #bbcf8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcf8c


Comments

No comments written yet.

Please login to write comment.