Color Hex Logo

#bbda5a Color Hex

#BBDA5A
(187,218,90)
0 Favorites   0 Comments

Color spaces of #bbda5a

RGB 18721890
HSL0.210.630.60
HSV75°59°85°
CMYK 0.140.000.59   0.15
XYZ47.410461.445819.0343
Yxy61.44580.37070.4805
Hunter Lab78.3874-29.217240.4742
CIE-Lab82.6178-28.541658.2014

#bbda5a color RGB value is (187,218,90).

#bbda5a hex color red value is 187, green value is 218 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bbda5a hue: 0.21 , saturation: 0.63 and the lightness value of bbda5a is 0.60.

The process color (four color CMYK) of #bbda5a color hex is 0.14, 0.00, 0.59, 0.15. Web safe color of #bbda5a is #cccc66. Color #bbda5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011010 01011010
Octal 273 332 132
Decimal 187 218 90
Hex BB DA 5A

RGB Percentages of Color #bbda5a

%37.78
%44.04
%18.18

CMYK Percentages of Color #bbda5a

%14
%0
%59
%15

Triadic Colors of #bbda5a

#bbda5a #5abbda #da5abb

Analogous Colors of #bbda5a

#bbda5a #7bda5a #dab95a

Monochromatic Colors of #bbda5a

#bbda5a

Complementary Color

#bbda5a #795ada

#bbda5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbda5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbda5a Color CSS Codes

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

#bbda5a Text Font Color

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

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


#bbda5a Background Color

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

This div background color is #bbda5a


#bbda5a Border Color

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

This div border color is #bbda5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbda5a


Comments

No comments written yet.

Please login to write comment.