Color Hex Logo

#bbde06 Color Hex

#BBDE06
(187,222,6)
0 Favorites   0 Comments

Color spaces of #bbde06

RGB 1872226
HSL0.190.950.45
HSV70°97°87°
CMYK 0.160.000.97   0.13
XYZ46.647762.82059.8393
Yxy62.82050.39100.5265
Hunter Lab79.2594-33.648748.1213
CIE-Lab83.3478-33.826281.5400

#bbde06 color RGB value is (187,222,6).

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

The process color (four color CMYK) of #bbde06 color hex is 0.16, 0.00, 0.97, 0.13. Web safe color of #bbde06 is #cccc00. Color #bbde06 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011110 00000110
Octal 273 336 6
Decimal 187 222 6
Hex BB DE 6

RGB Percentages of Color #bbde06

%45.06
%53.49
%1.45

CMYK Percentages of Color #bbde06

%16
%0
%97
%13

Triadic Colors of #bbde06

#bbde06 #06bbde #de06bb

Analogous Colors of #bbde06

#bbde06 #4fde06 #de9506

Monochromatic Colors of #bbde06

#bbde06

Complementary Color

#bbde06 #2906de

#bbde06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbde06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbde06 Color CSS Codes

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

#bbde06 Text Font Color

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

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


#bbde06 Background Color

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

This div background color is #bbde06


#bbde06 Border Color

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

This div border color is #bbde06


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,222,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 #bbde06">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbde06


Comments

No comments written yet.

Please login to write comment.