Color Hex Logo

#bbc815 Color Hex

#BBC815
(187,200,21)
0 Favorites   0 Comments

Color spaces of #bbc815

RGB 18720021
HSL0.180.810.43
HSV64°90°78°
CMYK 0.070.000.90   0.22
XYZ41.283251.92758.5566
Yxy51.92750.40570.5103
Hunter Lab72.0607-23.844643.4023
CIE-Lab77.2375-23.226675.0879

#bbc815 color RGB value is (187,200,21).

#bbc815 hex color red value is 187, green value is 200 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #bbc815 hue: 0.18 , saturation: 0.81 and the lightness value of bbc815 is 0.43.

The process color (four color CMYK) of #bbc815 color hex is 0.07, 0.00, 0.90, 0.22. Web safe color of #bbc815 is #cccc00. Color #bbc815 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001000 00010101
Octal 273 310 25
Decimal 187 200 21
Hex BB C8 15

RGB Percentages of Color #bbc815

%45.83
%49.02
%5.15

CMYK Percentages of Color #bbc815

%7
%0
%90
%22

Triadic Colors of #bbc815

#bbc815 #15bbc8 #c815bb

Analogous Colors of #bbc815

#bbc815 #61c815 #c87c15

Monochromatic Colors of #bbc815

#bbc815

Complementary Color

#bbc815 #2215c8

#bbc815 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc815 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc815 Color CSS Codes

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

#bbc815 Text Font Color

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

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


#bbc815 Background Color

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

This div background color is #bbc815


#bbc815 Border Color

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

This div border color is #bbc815


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc815


Comments

No comments written yet.

Please login to write comment.