Color Hex Logo

#bbcf6a Color Hex

#BBCF6A
(187,207,106)
0 Favorites   0 Comments

Color spaces of #bbcf6a

RGB 187207106
HSL0.200.510.61
HSV72°49°81°
CMYK 0.100.000.49   0.19
XYZ45.407956.231122.0961
Yxy56.23110.36700.4544
Hunter Lab74.9874-23.139035.0205
CIE-Lab79.7452-21.822947.5479

#bbcf6a color RGB value is (187,207,106).

#bbcf6a hex color red value is 187, green value is 207 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bbcf6a hue: 0.20 , saturation: 0.51 and the lightness value of bbcf6a is 0.61.

The process color (four color CMYK) of #bbcf6a color hex is 0.10, 0.00, 0.49, 0.19. Web safe color of #bbcf6a is #cccc66. Color #bbcf6a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001111 01101010
Octal 273 317 152
Decimal 187 207 106
Hex BB CF 6A

RGB Percentages of Color #bbcf6a

%37.40
%41.40
%21.20

CMYK Percentages of Color #bbcf6a

%10
%0
%49
%19

Triadic Colors of #bbcf6a

#bbcf6a #6abbcf #cf6abb

Analogous Colors of #bbcf6a

#bbcf6a #89cf6a #cfb16a

Monochromatic Colors of #bbcf6a

#bbcf6a

Complementary Color

#bbcf6a #7e6acf

#bbcf6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcf6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcf6a Color CSS Codes

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

#bbcf6a Text Font Color

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

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


#bbcf6a Background Color

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

This div background color is #bbcf6a


#bbcf6a Border Color

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

This div border color is #bbcf6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcf6a


Comments

No comments written yet.

Please login to write comment.