Color Hex Logo

#bcc510 Color Hex

#BCC510
(188,197,16)
0 Favorites   0 Comments

Color spaces of #bcc510

RGB 18819716
HSL0.170.850.42
HSV63°92°77°
CMYK 0.050.000.92   0.23
XYZ40.798850.66138.1185
Yxy50.66130.40970.5088
Hunter Lab71.1768-22.242443.0610
CIE-Lab76.4734-21.420075.2582

#bcc510 color RGB value is (188,197,16).

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

The process color (four color CMYK) of #bcc510 color hex is 0.05, 0.00, 0.92, 0.23. Web safe color of #bcc510 is #cccc00. Color #bcc510 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000101 00010000
Octal 274 305 20
Decimal 188 197 16
Hex BC C5 10

RGB Percentages of Color #bcc510

%46.88
%49.13
%3.99

CMYK Percentages of Color #bcc510

%5
%0
%92
%23

Triadic Colors of #bcc510

#bcc510 #10bcc5 #c510bc

Analogous Colors of #bcc510

#bcc510 #62c510 #c57410

Monochromatic Colors of #bcc510

#bcc510

Complementary Color

#bcc510 #1910c5

#bcc510 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc510 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc510 Color CSS Codes

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

#bcc510 Text Font Color

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

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


#bcc510 Background Color

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

This div background color is #bcc510


#bcc510 Border Color

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

This div border color is #bcc510


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc510


Comments

No comments written yet.

Please login to write comment.