Color Hex Logo

#bbcd8f Color Hex

#BBCD8F
(187,205,143)
0 Favorites   0 Comments

Color spaces of #bbcd8f

RGB 187205143
HSL0.220.380.68
HSV77°30°80°
CMYK 0.090.000.30   0.20
XYZ47.282856.210634.3443
Yxy56.21060.34300.4078
Hunter Lab74.9737-18.631525.3218
CIE-Lab79.7335-16.465428.9149

#bbcd8f color RGB value is (187,205,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001101 10001111
Octal 273 315 217
Decimal 187 205 143
Hex BB CD 8F

RGB Percentages of Color #bbcd8f

%34.95
%38.32
%26.73

CMYK Percentages of Color #bbcd8f

%9
%0
%30
%20

Triadic Colors of #bbcd8f

#bbcd8f #8fbbcd #cd8fbb

Analogous Colors of #bbcd8f

#bbcd8f #9ccd8f #cdc08f

Monochromatic Colors of #bbcd8f

#bbcd8f

Complementary Color

#bbcd8f #a18fcd

#bbcd8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcd8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcd8f Color CSS Codes

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

#bbcd8f Text Font Color

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

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


#bbcd8f Background Color

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

This div background color is #bbcd8f


#bbcd8f Border Color

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

This div border color is #bbcd8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcd8f


Comments

No comments written yet.

Please login to write comment.