Color Hex Logo

#bcd515 Color Hex

#BCD515
(188,213,21)
0 Favorites   0 Comments

Color spaces of #bcd515

RGB 18821321
HSL0.190.820.46
HSV68°90°84°
CMYK 0.120.000.90   0.16
XYZ44.668658.33409.6148
Yxy58.33400.39660.5180
Hunter Lab76.3767-29.264245.9999
CIE-Lab80.9241-29.037578.0491

#bcd515 color RGB value is (188,213,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010101 00010101
Octal 274 325 25
Decimal 188 213 21
Hex BC D5 15

RGB Percentages of Color #bcd515

%44.55
%50.47
%4.98

CMYK Percentages of Color #bcd515

%12
%0
%90
%16

Triadic Colors of #bcd515

#bcd515 #15bcd5 #d515bc

Analogous Colors of #bcd515

#bcd515 #5cd515 #d58e15

Monochromatic Colors of #bcd515

#bcd515

Complementary Color

#bcd515 #2e15d5

#bcd515 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd515 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd515 Color CSS Codes

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

#bcd515 Text Font Color

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

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


#bcd515 Background Color

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

This div background color is #bcd515


#bcd515 Border Color

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

This div border color is #bcd515


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd515


Comments

No comments written yet.

Please login to write comment.