Color Hex Logo

#bbd30c Color Hex

#BBD30C
(187,211,12)
0 Favorites   0 Comments

Color spaces of #bbd30c

RGB 18721112
HSL0.190.890.44
HSV67°94°83°
CMYK 0.110.000.94   0.17
XYZ43.854157.17999.0733
Yxy57.17990.39830.5193
Hunter Lab75.6174-28.809845.8180
CIE-Lab80.2807-28.641378.6440

#bbd30c color RGB value is (187,211,12).

#bbd30c hex color red value is 187, green value is 211 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #bbd30c hue: 0.19 , saturation: 0.89 and the lightness value of bbd30c is 0.44.

The process color (four color CMYK) of #bbd30c color hex is 0.11, 0.00, 0.94, 0.17. Web safe color of #bbd30c is #cccc00. Color #bbd30c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010011 00001100
Octal 273 323 14
Decimal 187 211 12
Hex BB D3 C

RGB Percentages of Color #bbd30c

%45.61
%51.46
%2.93

CMYK Percentages of Color #bbd30c

%11
%0
%94
%17

Triadic Colors of #bbd30c

#bbd30c #0cbbd3 #d30cbb

Analogous Colors of #bbd30c

#bbd30c #57d30c #d3880c

Monochromatic Colors of #bbd30c

#bbd30c

Complementary Color

#bbd30c #240cd3

#bbd30c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd30c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd30c Color CSS Codes

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

#bbd30c Text Font Color

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

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


#bbd30c Background Color

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

This div background color is #bbd30c


#bbd30c Border Color

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

This div border color is #bbd30c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd30c


Comments

No comments written yet.

Please login to write comment.