Color Hex Logo

#bbd607 Color Hex

#BBD607
(187,214,7)
0 Favorites   0 Comments

Color spaces of #bbd607

RGB 1872147
HSL0.190.940.43
HSV68°97°84°
CMYK 0.130.000.97   0.16
XYZ44.578458.67339.1766
Yxy58.67330.39650.5219
Hunter Lab76.5985-30.164946.5159
CIE-Lab81.1117-30.107879.7465

#bbd607 color RGB value is (187,214,7).

#bbd607 hex color red value is 187, green value is 214 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #bbd607 hue: 0.19 , saturation: 0.94 and the lightness value of bbd607 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010110 00000111
Octal 273 326 7
Decimal 187 214 7
Hex BB D6 7

RGB Percentages of Color #bbd607

%45.83
%52.45
%1.72

CMYK Percentages of Color #bbd607

%13
%0
%97
%16

Triadic Colors of #bbd607

#bbd607 #07bbd6 #d607bb

Analogous Colors of #bbd607

#bbd607 #53d607 #d68a07

Monochromatic Colors of #bbd607

#bbd607

Complementary Color

#bbd607 #2207d6

#bbd607 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd607 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd607 Color CSS Codes

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

#bbd607 Text Font Color

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

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


#bbd607 Background Color

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

This div background color is #bbd607


#bbd607 Border Color

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

This div border color is #bbd607


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd607


Comments

No comments written yet.

Please login to write comment.