Color Hex Logo

#bbd315 Color Hex

#BBD315
(187,211,21)
0 Favorites   0 Comments

Color spaces of #bbd315

RGB 18721121
HSL0.190.820.45
HSV68°90°83°
CMYK 0.110.000.90   0.17
XYZ43.923157.20759.4366
Yxy57.20750.39730.5174
Hunter Lab75.6356-28.703945.5477
CIE-Lab80.2962-28.505677.5200

#bbd315 color RGB value is (187,211,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010011 00010101
Octal 273 323 25
Decimal 187 211 21
Hex BB D3 15

RGB Percentages of Color #bbd315

%44.63
%50.36
%5.01

CMYK Percentages of Color #bbd315

%11
%0
%90
%17

Triadic Colors of #bbd315

#bbd315 #15bbd3 #d315bb

Analogous Colors of #bbd315

#bbd315 #5cd315 #d38c15

Monochromatic Colors of #bbd315

#bbd315

Complementary Color

#bbd315 #2d15d3

#bbd315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd315 Color CSS Codes

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

#bbd315 Text Font Color

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

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


#bbd315 Background Color

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

This div background color is #bbd315


#bbd315 Border Color

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

This div border color is #bbd315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd315


Comments

No comments written yet.

Please login to write comment.