Color Hex Logo

#bbd715 Color Hex

#BBD715
(187,215,21)
0 Favorites   0 Comments

Color spaces of #bbd715

RGB 18721521
HSL0.190.820.46
HSV69°90°84°
CMYK 0.130.000.90   0.16
XYZ44.929359.21989.7720
Yxy59.21980.39440.5198
Hunter Lab76.9544-30.454246.3392
CIE-Lab81.4123-30.386878.4079

#bbd715 color RGB value is (187,215,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010111 00010101
Octal 273 327 25
Decimal 187 215 21
Hex BB D7 15

RGB Percentages of Color #bbd715

%44.21
%50.83
%4.96

CMYK Percentages of Color #bbd715

%13
%0
%90
%16

Triadic Colors of #bbd715

#bbd715 #15bbd7 #d715bb

Analogous Colors of #bbd715

#bbd715 #5ad715 #d79215

Monochromatic Colors of #bbd715

#bbd715

Complementary Color

#bbd715 #3115d7

#bbd715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd715 Color CSS Codes

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

#bbd715 Text Font Color

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

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


#bbd715 Background Color

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

This div background color is #bbd715


#bbd715 Border Color

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

This div border color is #bbd715


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd715


Comments

No comments written yet.

Please login to write comment.