Color Hex Logo

#bcc513 Color Hex

#BCC513
(188,197,19)
0 Favorites   0 Comments

Color spaces of #bcc513

RGB 18819719
HSL0.180.820.42
HSV63°90°77°
CMYK 0.050.000.90   0.23
XYZ40.822850.67098.2450
Yxy50.67090.40930.5080
Hunter Lab71.1835-22.203742.9610
CIE-Lab76.4792-21.371274.8333

#bcc513 color RGB value is (188,197,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000101 00010011
Octal 274 305 23
Decimal 188 197 19
Hex BC C5 13

RGB Percentages of Color #bcc513

%46.53
%48.76
%4.70

CMYK Percentages of Color #bcc513

%5
%0
%90
%23

Triadic Colors of #bcc513

#bcc513 #13bcc5 #c513bc

Analogous Colors of #bcc513

#bcc513 #63c513 #c57513

Monochromatic Colors of #bcc513

#bcc513

Complementary Color

#bcc513 #1c13c5

#bcc513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc513 Color CSS Codes

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

#bcc513 Text Font Color

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

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


#bcc513 Background Color

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

This div background color is #bcc513


#bcc513 Border Color

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

This div border color is #bcc513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc513


Comments

No comments written yet.

Please login to write comment.