Color Hex Logo

#bcd910 Color Hex

#BCD910
(188,217,16)
0 Favorites   0 Comments

Color spaces of #bcd910

RGB 18821716
HSL0.190.860.46
HSV69°93°85°
CMYK 0.130.000.93   0.15
XYZ45.645460.35459.7340
Yxy60.35450.39440.5215
Hunter Lab77.6882-31.077246.9529
CIE-Lab82.0305-30.993279.5901

#bcd910 color RGB value is (188,217,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011001 00010000
Octal 274 331 20
Decimal 188 217 16
Hex BC D9 10

RGB Percentages of Color #bcd910

%44.66
%51.54
%3.80

CMYK Percentages of Color #bcd910

%13
%0
%93
%15

Triadic Colors of #bcd910

#bcd910 #10bcd9 #d910bc

Analogous Colors of #bcd910

#bcd910 #58d910 #d99210

Monochromatic Colors of #bcd910

#bcd910

Complementary Color

#bcd910 #2d10d9

#bcd910 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd910 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd910 Color CSS Codes

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

#bcd910 Text Font Color

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

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


#bcd910 Background Color

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

This div background color is #bcd910


#bcd910 Border Color

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

This div border color is #bcd910


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd910


Comments

No comments written yet.

Please login to write comment.