Color Hex Logo

#bbdd6a Color Hex

#BBDD6A
(187,221,106)
0 Favorites   0 Comments

Color spaces of #bbdd6a

RGB 187221106
HSL0.220.630.64
HSV78°52°87°
CMYK 0.150.000.52   0.13
XYZ48.951563.318323.2773
Yxy63.31830.36110.4671
Hunter Lab79.5728-29.443038.3570
CIE-Lab83.6096-28.565652.1527

#bbdd6a color RGB value is (187,221,106).

#bbdd6a hex color red value is 187, green value is 221 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bbdd6a hue: 0.22 , saturation: 0.63 and the lightness value of bbdd6a is 0.64.

The process color (four color CMYK) of #bbdd6a color hex is 0.15, 0.00, 0.52, 0.13. Web safe color of #bbdd6a is #cccc66. Color #bbdd6a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011101 01101010
Octal 273 335 152
Decimal 187 221 106
Hex BB DD 6A

RGB Percentages of Color #bbdd6a

%36.38
%43.00
%20.62

CMYK Percentages of Color #bbdd6a

%15
%0
%52
%13

Triadic Colors of #bbdd6a

#bbdd6a #6abbdd #dd6abb

Analogous Colors of #bbdd6a

#bbdd6a #82dd6a #ddc66a

Monochromatic Colors of #bbdd6a

#bbdd6a

Complementary Color

#bbdd6a #8c6add

#bbdd6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdd6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdd6a Color CSS Codes

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

#bbdd6a Text Font Color

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

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


#bbdd6a Background Color

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

This div background color is #bbdd6a


#bbdd6a Border Color

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

This div border color is #bbdd6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdd6a


Comments

No comments written yet.

Please login to write comment.