Color Hex Logo

#bbdaa7 Color Hex

#BBDAA7
(187,218,167)
0 Favorites   0 Comments

Color spaces of #bbdaa7

RGB 187218167
HSL0.270.410.75
HSV96°23°85°
CMYK 0.140.000.23   0.15
XYZ52.540063.497646.0463
Yxy63.49760.32420.3918
Hunter Lab79.6854-21.756721.5190
CIE-Lab83.7035-19.407021.7816

#bbdaa7 color RGB value is (187,218,167).

#bbdaa7 hex color red value is 187, green value is 218 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #bbdaa7 hue: 0.27 , saturation: 0.41 and the lightness value of bbdaa7 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011010 10100111
Octal 273 332 247
Decimal 187 218 167
Hex BB DA A7

RGB Percentages of Color #bbdaa7

%32.69
%38.11
%29.20

CMYK Percentages of Color #bbdaa7

%14
%0
%23
%15

Triadic Colors of #bbdaa7

#bbdaa7 #a7bbda #daa7bb

Analogous Colors of #bbdaa7

#bbdaa7 #a7daad #d5daa7

Monochromatic Colors of #bbdaa7

#bbdaa7

Complementary Color

#bbdaa7 #c6a7da

#bbdaa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdaa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdaa7 Color CSS Codes

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

#bbdaa7 Text Font Color

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

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


#bbdaa7 Background Color

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

This div background color is #bbdaa7


#bbdaa7 Border Color

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

This div border color is #bbdaa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdaa7


Comments

No comments written yet.

Please login to write comment.