Color Hex Logo

#bbdb06 Color Hex

#BBDB06
(187,219,6)
0 Favorites   0 Comments

Color spaces of #bbdb06

RGB 1872196
HSL0.190.950.44
HSV69°97°86°
CMYK 0.150.000.97   0.14
XYZ45.857961.24109.5760
Yxy61.24100.39300.5249
Hunter Lab78.2566-32.349247.5245
CIE-Lab82.5081-32.445380.9001

#bbdb06 color RGB value is (187,219,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011011 00000110
Octal 273 333 6
Decimal 187 219 6
Hex BB DB 6

RGB Percentages of Color #bbdb06

%45.39
%53.16
%1.46

CMYK Percentages of Color #bbdb06

%15
%0
%97
%14

Triadic Colors of #bbdb06

#bbdb06 #06bbdb #db06bb

Analogous Colors of #bbdb06

#bbdb06 #50db06 #db9106

Monochromatic Colors of #bbdb06

#bbdb06

Complementary Color

#bbdb06 #2606db

#bbdb06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdb06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdb06 Color CSS Codes

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

#bbdb06 Text Font Color

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

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


#bbdb06 Background Color

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

This div background color is #bbdb06


#bbdb06 Border Color

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

This div border color is #bbdb06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdb06


Comments

No comments written yet.

Please login to write comment.