Color Hex Logo

#bbd415 Color Hex

#BBD415
(187,212,21)
0 Favorites   0 Comments

Color spaces of #bbd415

RGB 18721221
HSL0.190.820.46
HSV68°90°83°
CMYK 0.120.000.90   0.17
XYZ44.172457.70599.5197
Yxy57.70590.39650.5180
Hunter Lab75.9644-29.142145.7450
CIE-Lab80.5750-28.977577.7417

#bbd415 color RGB value is (187,212,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010100 00010101
Octal 273 324 25
Decimal 187 212 21
Hex BB D4 15

RGB Percentages of Color #bbd415

%44.52
%50.48
%5.00

CMYK Percentages of Color #bbd415

%12
%0
%90
%17

Triadic Colors of #bbd415

#bbd415 #15bbd4 #d415bb

Analogous Colors of #bbd415

#bbd415 #5bd415 #d48e15

Monochromatic Colors of #bbd415

#bbd415

Complementary Color

#bbd415 #2e15d4

#bbd415 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd415 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd415 Color CSS Codes

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

#bbd415 Text Font Color

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

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


#bbd415 Background Color

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

This div background color is #bbd415


#bbd415 Border Color

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

This div border color is #bbd415


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd415


Comments

No comments written yet.

Please login to write comment.