Color Hex Logo

#bcc410 Color Hex

#BCC410
(188,196,16)
0 Favorites   0 Comments

Color spaces of #bcc410

RGB 18819616
HSL0.170.850.42
HSV63°92°77°
CMYK 0.040.000.92   0.23
XYZ40.572550.20868.0430
Yxy50.20860.41060.5081
Hunter Lab70.8580-21.794542.8707
CIE-Lab76.1971-20.927875.0437

#bcc410 color RGB value is (188,196,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000100 00010000
Octal 274 304 20
Decimal 188 196 16
Hex BC C4 10

RGB Percentages of Color #bcc410

%47.00
%49.00
%4.00

CMYK Percentages of Color #bcc410

%4
%0
%92
%23

Triadic Colors of #bcc410

#bcc410 #10bcc4 #c410bc

Analogous Colors of #bcc410

#bcc410 #62c410 #c47210

Monochromatic Colors of #bcc410

#bcc410

Complementary Color

#bcc410 #1810c4

#bcc410 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc410 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc410 Color CSS Codes

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

#bcc410 Text Font Color

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

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


#bcc410 Background Color

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

This div background color is #bcc410


#bcc410 Border Color

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

This div border color is #bcc410


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc410


Comments

No comments written yet.

Please login to write comment.