Color Hex Logo

#bbcb83 Color Hex

#BBCB83
(187,203,131)
0 Favorites   0 Comments

Color spaces of #bbcb83

RGB 187203131
HSL0.200.410.65
HSV73°35°80°
CMYK 0.080.000.35   0.20
XYZ45.946254.915429.6508
Yxy54.91540.35200.4208
Hunter Lab74.1049-19.010928.1504
CIE-Lab78.9925-17.040234.1452

#bbcb83 color RGB value is (187,203,131).

#bbcb83 hex color red value is 187, green value is 203 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #bbcb83 hue: 0.20 , saturation: 0.41 and the lightness value of bbcb83 is 0.65.

The process color (four color CMYK) of #bbcb83 color hex is 0.08, 0.00, 0.35, 0.20. Web safe color of #bbcb83 is #cccc99. Color #bbcb83 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001011 10000011
Octal 273 313 203
Decimal 187 203 131
Hex BB CB 83

RGB Percentages of Color #bbcb83

%35.89
%38.96
%25.14

CMYK Percentages of Color #bbcb83

%8
%0
%35
%20

Triadic Colors of #bbcb83

#bbcb83 #83bbcb #cb83bb

Analogous Colors of #bbcb83

#bbcb83 #97cb83 #cbb783

Monochromatic Colors of #bbcb83

#bbcb83

Complementary Color

#bbcb83 #9383cb

#bbcb83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcb83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcb83 Color CSS Codes

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

#bbcb83 Text Font Color

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

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


#bbcb83 Background Color

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

This div background color is #bbcb83


#bbcb83 Border Color

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

This div border color is #bbcb83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcb83


Comments

No comments written yet.

Please login to write comment.