Color Hex Logo

#bbc281 Color Hex

#BBC281
(187,194,129)
0 Favorites   0 Comments

Color spaces of #bbc281

RGB 187194129
HSL0.180.350.63
HSV66°34°76°
CMYK 0.040.000.34   0.24
XYZ43.747850.733328.2556
Yxy50.73330.35640.4134
Hunter Lab71.2273-15.013126.3390
CIE-Lab76.5172-12.731831.9435

#bbc281 color RGB value is (187,194,129).

#bbc281 hex color red value is 187, green value is 194 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #bbc281 hue: 0.18 , saturation: 0.35 and the lightness value of bbc281 is 0.63.

The process color (four color CMYK) of #bbc281 color hex is 0.04, 0.00, 0.34, 0.24. Web safe color of #bbc281 is #cccc99. Color #bbc281 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000010 10000001
Octal 273 302 201
Decimal 187 194 129
Hex BB C2 81

RGB Percentages of Color #bbc281

%36.67
%38.04
%25.29

CMYK Percentages of Color #bbc281

%4
%0
%34
%24

Triadic Colors of #bbc281

#bbc281 #81bbc2 #c281bb

Analogous Colors of #bbc281

#bbc281 #9bc281 #c2a981

Monochromatic Colors of #bbc281

#bbc281

Complementary Color

#bbc281 #8881c2

#bbc281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc281 Color CSS Codes

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

#bbc281 Text Font Color

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

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


#bbc281 Background Color

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

This div background color is #bbc281


#bbc281 Border Color

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

This div border color is #bbc281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc281


Comments

No comments written yet.

Please login to write comment.