Color Hex Logo

#bbdaa0 Color Hex

#BBDAA0
(187,218,160)
0 Favorites   0 Comments

Color spaces of #bbdaa0

RGB 187218160
HSL0.260.440.74
HSV92°27°85°
CMYK 0.140.000.27   0.15
XYZ51.910163.245742.7294
Yxy63.24570.32880.4006
Hunter Lab79.5272-22.659523.8129
CIE-Lab83.5715-20.484425.2487

#bbdaa0 color RGB value is (187,218,160).

#bbdaa0 hex color red value is 187, green value is 218 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #bbdaa0 hue: 0.26 , saturation: 0.44 and the lightness value of bbdaa0 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011010 10100000
Octal 273 332 240
Decimal 187 218 160
Hex BB DA A0

RGB Percentages of Color #bbdaa0

%33.10
%38.58
%28.32

CMYK Percentages of Color #bbdaa0

%14
%0
%27
%15

Triadic Colors of #bbdaa0

#bbdaa0 #a0bbda #daa0bb

Analogous Colors of #bbdaa0

#bbdaa0 #a0daa2 #d8daa0

Monochromatic Colors of #bbdaa0

#bbdaa0

Complementary Color

#bbdaa0 #bfa0da

#bbdaa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdaa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdaa0 Color CSS Codes

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

#bbdaa0 Text Font Color

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

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


#bbdaa0 Background Color

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

This div background color is #bbdaa0


#bbdaa0 Border Color

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

This div border color is #bbdaa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdaa0


Comments

No comments written yet.

Please login to write comment.