Color Hex Logo

#bbcfa0 Color Hex

#BBCFA0
(187,207,160)
0 Favorites   0 Comments

Color spaces of #bbcfa0

RGB 187207160
HSL0.240.330.72
HSV86°23°81°
CMYK 0.100.000.23   0.19
XYZ49.151557.728541.8099
Yxy57.72850.33060.3882
Hunter Lab75.9793-17.490920.5594
CIE-Lab80.5876-14.994821.1621

#bbcfa0 color RGB value is (187,207,160).

#bbcfa0 hex color red value is 187, green value is 207 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #bbcfa0 hue: 0.24 , saturation: 0.33 and the lightness value of bbcfa0 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001111 10100000
Octal 273 317 240
Decimal 187 207 160
Hex BB CF A0

RGB Percentages of Color #bbcfa0

%33.75
%37.36
%28.88

CMYK Percentages of Color #bbcfa0

%10
%0
%23
%19

Triadic Colors of #bbcfa0

#bbcfa0 #a0bbcf #cfa0bb

Analogous Colors of #bbcfa0

#bbcfa0 #a4cfa0 #cfcca0

Monochromatic Colors of #bbcfa0

#bbcfa0

Complementary Color

#bbcfa0 #b4a0cf

#bbcfa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcfa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcfa0 Color CSS Codes

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

#bbcfa0 Text Font Color

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

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


#bbcfa0 Background Color

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

This div background color is #bbcfa0


#bbcfa0 Border Color

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

This div border color is #bbcfa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcfa0


Comments

No comments written yet.

Please login to write comment.