Color Hex Logo

#bcd913 Color Hex

#BCD913
(188,217,19)
0 Favorites   0 Comments

Color spaces of #bcd913

RGB 18821719
HSL0.190.840.46
HSV69°91°85°
CMYK 0.130.000.91   0.15
XYZ45.669460.36419.8605
Yxy60.36410.39410.5209
Hunter Lab77.6943-31.041346.8613
CIE-Lab82.0357-30.947079.2133

#bcd913 color RGB value is (188,217,19).

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

The process color (four color CMYK) of #bcd913 color hex is 0.13, 0.00, 0.91, 0.15. Web safe color of #bcd913 is #cccc00. Color #bcd913 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011001 00010011
Octal 274 331 23
Decimal 188 217 19
Hex BC D9 13

RGB Percentages of Color #bcd913

%44.34
%51.18
%4.48

CMYK Percentages of Color #bcd913

%13
%0
%91
%15

Triadic Colors of #bcd913

#bcd913 #13bcd9 #d913bc

Analogous Colors of #bcd913

#bcd913 #59d913 #d99313

Monochromatic Colors of #bcd913

#bcd913

Complementary Color

#bcd913 #3013d9

#bcd913 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd913 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd913 Color CSS Codes

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

#bcd913 Text Font Color

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

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


#bcd913 Background Color

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

This div background color is #bcd913


#bcd913 Border Color

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

This div border color is #bcd913


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,217,19, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd913


Comments

No comments written yet.

Please login to write comment.