Color Hex Logo

#bbcb61 Color Hex

#BBCB61
(187,203,97)
0 Favorites   0 Comments

Color spaces of #bbcb61

RGB 18720397
HSL0.190.500.59
HSV69°52°80°
CMYK 0.080.000.52   0.20
XYZ44.007154.139719.4399
Yxy54.13970.37430.4604
Hunter Lab73.5797-22.005835.8412
CIE-Lab78.5431-20.703150.3873

#bbcb61 color RGB value is (187,203,97).

#bbcb61 hex color red value is 187, green value is 203 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #bbcb61 hue: 0.19 , saturation: 0.50 and the lightness value of bbcb61 is 0.59.

The process color (four color CMYK) of #bbcb61 color hex is 0.08, 0.00, 0.52, 0.20. Web safe color of #bbcb61 is #cccc66. Color #bbcb61 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001011 01100001
Octal 273 313 141
Decimal 187 203 97
Hex BB CB 61

RGB Percentages of Color #bbcb61

%38.40
%41.68
%19.92

CMYK Percentages of Color #bbcb61

%8
%0
%52
%20

Triadic Colors of #bbcb61

#bbcb61 #61bbcb #cb61bb

Analogous Colors of #bbcb61

#bbcb61 #86cb61 #cba661

Monochromatic Colors of #bbcb61

#bbcb61

Complementary Color

#bbcb61 #7161cb

#bbcb61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcb61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcb61 Color CSS Codes

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

#bbcb61 Text Font Color

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

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


#bbcb61 Background Color

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

This div background color is #bbcb61


#bbcb61 Border Color

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

This div border color is #bbcb61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcb61


Comments

No comments written yet.

Please login to write comment.