Color Hex Logo

#bbda49 Color Hex

#BBDA49
(187,218,73)
0 Favorites   0 Comments

Color spaces of #bbda49

RGB 18721873
HSL0.200.660.57
HSV73°67°85°
CMYK 0.140.000.67   0.15
XYZ46.767561.188615.6490
Yxy61.18860.37840.4950
Hunter Lab78.2231-30.170242.8949
CIE-Lab82.4800-29.748265.0307

#bbda49 color RGB value is (187,218,73).

#bbda49 hex color red value is 187, green value is 218 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #bbda49 hue: 0.20 , saturation: 0.66 and the lightness value of bbda49 is 0.57.

The process color (four color CMYK) of #bbda49 color hex is 0.14, 0.00, 0.67, 0.15. Web safe color of #bbda49 is #cccc33. Color #bbda49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011010 01001001
Octal 273 332 111
Decimal 187 218 73
Hex BB DA 49

RGB Percentages of Color #bbda49

%39.12
%45.61
%15.27

CMYK Percentages of Color #bbda49

%14
%0
%67
%15

Triadic Colors of #bbda49

#bbda49 #49bbda #da49bb

Analogous Colors of #bbda49

#bbda49 #73da49 #dab149

Monochromatic Colors of #bbda49

#bbda49

Complementary Color

#bbda49 #6849da

#bbda49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbda49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbda49 Color CSS Codes

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

#bbda49 Text Font Color

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

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


#bbda49 Background Color

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

This div background color is #bbda49


#bbda49 Border Color

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

This div border color is #bbda49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbda49


Comments

No comments written yet.

Please login to write comment.