Color Hex Logo

#bbda81 Color Hex

#BBDA81
(187,218,129)
0 Favorites   0 Comments

Color spaces of #bbda81

RGB 187218129
HSL0.220.550.68
HSV81°41°85°
CMYK 0.140.000.41   0.15
XYZ49.527462.292630.1822
Yxy62.29260.34880.4387
Hunter Lab78.9257-26.107732.5747
CIE-Lab83.0688-24.669040.4034

#bbda81 color RGB value is (187,218,129).

#bbda81 hex color red value is 187, green value is 218 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #bbda81 hue: 0.22 , saturation: 0.55 and the lightness value of bbda81 is 0.68.

The process color (four color CMYK) of #bbda81 color hex is 0.14, 0.00, 0.41, 0.15. Web safe color of #bbda81 is #cccc99. Color #bbda81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011010 10000001
Octal 273 332 201
Decimal 187 218 129
Hex BB DA 81

RGB Percentages of Color #bbda81

%35.02
%40.82
%24.16

CMYK Percentages of Color #bbda81

%14
%0
%41
%15

Triadic Colors of #bbda81

#bbda81 #81bbda #da81bb

Analogous Colors of #bbda81

#bbda81 #8fda81 #dacd81

Monochromatic Colors of #bbda81

#bbda81

Complementary Color

#bbda81 #a081da

#bbda81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbda81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbda81 Color CSS Codes

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

#bbda81 Text Font Color

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

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


#bbda81 Background Color

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

This div background color is #bbda81


#bbda81 Border Color

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

This div border color is #bbda81


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,218,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 #bbda81">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbda81


Comments

No comments written yet.

Please login to write comment.