Color Hex Logo

#bbda0f Color Hex

#BBDA0F
(187,218,15)
0 Favorites   0 Comments

Color spaces of #bbda0f

RGB 18721815
HSL0.190.870.46
HSV69°93°85°
CMYK 0.140.000.93   0.15
XYZ45.651160.74219.7703
Yxy60.74210.39300.5229
Hunter Lab77.9372-31.835247.1234
CIE-Lab82.2399-31.879579.8401

#bbda0f color RGB value is (187,218,15).

#bbda0f hex color red value is 187, green value is 218 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bbda0f hue: 0.19 , saturation: 0.87 and the lightness value of bbda0f is 0.46.

The process color (four color CMYK) of #bbda0f color hex is 0.14, 0.00, 0.93, 0.15. Web safe color of #bbda0f is #cccc00. Color #bbda0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011010 00001111
Octal 273 332 17
Decimal 187 218 15
Hex BB DA F

RGB Percentages of Color #bbda0f

%44.52
%51.90
%3.57

CMYK Percentages of Color #bbda0f

%14
%0
%93
%15

Triadic Colors of #bbda0f

#bbda0f #0fbbda #da0fbb

Analogous Colors of #bbda0f

#bbda0f #56da0f #da940f

Monochromatic Colors of #bbda0f

#bbda0f

Complementary Color

#bbda0f #2e0fda

#bbda0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbda0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbda0f Color CSS Codes

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

#bbda0f Text Font Color

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

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


#bbda0f Background Color

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

This div background color is #bbda0f


#bbda0f Border Color

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

This div border color is #bbda0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbda0f


Comments

No comments written yet.

Please login to write comment.