Color Hex Logo

#bbd307 Color Hex

#BBD307
(187,211,7)
0 Favorites   0 Comments

Color spaces of #bbd307

RGB 1872117
HSL0.190.940.43
HSV67°97°83°
CMYK 0.110.000.97   0.17
XYZ43.826157.16878.9258
Yxy57.16870.39870.5201
Hunter Lab75.6100-28.852945.9278
CIE-Lab80.2744-28.696579.1091

#bbd307 color RGB value is (187,211,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010011 00000111
Octal 273 323 7
Decimal 187 211 7
Hex BB D3 7

RGB Percentages of Color #bbd307

%46.17
%52.10
%1.73

CMYK Percentages of Color #bbd307

%11
%0
%97
%17

Triadic Colors of #bbd307

#bbd307 #07bbd3 #d307bb

Analogous Colors of #bbd307

#bbd307 #55d307 #d38507

Monochromatic Colors of #bbd307

#bbd307

Complementary Color

#bbd307 #1f07d3

#bbd307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd307 Color CSS Codes

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

#bbd307 Text Font Color

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

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


#bbd307 Background Color

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

This div background color is #bbd307


#bbd307 Border Color

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

This div border color is #bbd307


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd307


Comments

No comments written yet.

Please login to write comment.