Color Hex Logo

#bbcb65 Color Hex

#BBCB65
(187,203,101)
0 Favorites   0 Comments

Color spaces of #bbcb65

RGB 187203101
HSL0.190.500.60
HSV69°50°80°
CMYK 0.080.000.50   0.20
XYZ44.198454.216320.4472
Yxy54.21630.37180.4561
Hunter Lab73.6317-21.708635.0776
CIE-Lab78.5877-20.335548.5517

#bbcb65 color RGB value is (187,203,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001011 01100101
Octal 273 313 145
Decimal 187 203 101
Hex BB CB 65

RGB Percentages of Color #bbcb65

%38.09
%41.34
%20.57

CMYK Percentages of Color #bbcb65

%8
%0
%50
%20

Triadic Colors of #bbcb65

#bbcb65 #65bbcb #cb65bb

Analogous Colors of #bbcb65

#bbcb65 #88cb65 #cba865

Monochromatic Colors of #bbcb65

#bbcb65

Complementary Color

#bbcb65 #7565cb

#bbcb65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcb65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcb65 Color CSS Codes

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

#bbcb65 Text Font Color

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

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


#bbcb65 Background Color

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

This div background color is #bbcb65


#bbcb65 Border Color

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

This div border color is #bbcb65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcb65


Comments

No comments written yet.

Please login to write comment.