Color Hex Logo

#bbda2f Color Hex

#BBDA2F
(187,218,47)
0 Favorites   0 Comments

Color spaces of #bbda2f

RGB 18721847
HSL0.200.700.52
HSV71°78°85°
CMYK 0.140.000.78   0.15
XYZ46.078060.912812.0181
Yxy60.91280.38720.5118
Hunter Lab78.0467-31.196945.5028
CIE-Lab82.3318-31.059073.6001

#bbda2f color RGB value is (187,218,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011010 00101111
Octal 273 332 57
Decimal 187 218 47
Hex BB DA 2F

RGB Percentages of Color #bbda2f

%41.37
%48.23
%10.40

CMYK Percentages of Color #bbda2f

%14
%0
%78
%15

Triadic Colors of #bbda2f

#bbda2f #2fbbda #da2fbb

Analogous Colors of #bbda2f

#bbda2f #66da2f #daa42f

Monochromatic Colors of #bbda2f

#bbda2f

Complementary Color

#bbda2f #4e2fda

#bbda2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbda2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbda2f Color CSS Codes

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

#bbda2f Text Font Color

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

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


#bbda2f Background Color

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

This div background color is #bbda2f


#bbda2f Border Color

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

This div border color is #bbda2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbda2f


Comments

No comments written yet.

Please login to write comment.