Color Hex Logo

#bcc910 Color Hex

#BCC910
(188,201,16)
1 Favorites   0 Comments

Color spaces of #bcc910

RGB 18820116
HSL0.180.850.43
HSV64°92°79°
CMYK 0.060.000.92   0.21
XYZ41.719252.50218.4253
Yxy52.50210.40640.5115
Hunter Lab72.4583-24.027543.8267
CIE-Lab77.5801-23.375176.1191

#bcc910 color RGB value is (188,201,16).

#bcc910 hex color red value is 188, green value is 201 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #bcc910 hue: 0.18 , saturation: 0.85 and the lightness value of bcc910 is 0.43.

The process color (four color CMYK) of #bcc910 color hex is 0.06, 0.00, 0.92, 0.21. Web safe color of #bcc910 is #cccc00. Color #bcc910 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001001 00010000
Octal 274 311 20
Decimal 188 201 16
Hex BC C9 10

RGB Percentages of Color #bcc910

%46.42
%49.63
%3.95

CMYK Percentages of Color #bcc910

%6
%0
%92
%21

Triadic Colors of #bcc910

#bcc910 #10bcc9 #c910bc

Analogous Colors of #bcc910

#bcc910 #60c910 #c97a10

Monochromatic Colors of #bcc910

#bcc910

Complementary Color

#bcc910 #1d10c9

#bcc910 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc910 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc910 Color CSS Codes

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

#bcc910 Text Font Color

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

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


#bcc910 Background Color

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

This div background color is #bcc910


#bcc910 Border Color

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

This div border color is #bcc910


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc910


Comments

No comments written yet.

Please login to write comment.