Color Hex Logo

#bbddaa Color Hex

#BBDDAA
(187,221,170)
0 Favorites   0 Comments

Color spaces of #bbddaa

RGB 187221170
HSL0.280.430.77
HSV100°23°87°
CMYK 0.150.000.23   0.13
XYZ53.605765.180047.7859
Yxy65.18000.32180.3913
Hunter Lab80.7341-22.764621.4206
CIE-Lab84.5764-20.413621.4194

#bbddaa color RGB value is (187,221,170).

#bbddaa hex color red value is 187, green value is 221 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bbddaa hue: 0.28 , saturation: 0.43 and the lightness value of bbddaa is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 10101010
Octal 273 335 252
Decimal 187 221 170
Hex BB DD AA

RGB Percentages of Color #bbddaa

%32.35
%38.24
%29.41

CMYK Percentages of Color #bbddaa

%15
%0
%23
%13

Triadic Colors of #bbddaa

#bbddaa #aabbdd #ddaabb

Analogous Colors of #bbddaa

#bbddaa #aaddb3 #d5ddaa

Monochromatic Colors of #bbddaa

#bbddaa

Complementary Color

#bbddaa #ccaadd

#bbddaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbddaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbddaa Color CSS Codes

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

#bbddaa Text Font Color

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

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


#bbddaa Background Color

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

This div background color is #bbddaa


#bbddaa Border Color

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

This div border color is #bbddaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbddaa


Comments

No comments written yet.

Please login to write comment.