Color Hex Logo

#bcc811 Color Hex

#BCC811
(188,200,17)
0 Favorites   0 Comments

Color spaces of #bcc811

RGB 18820017
HSL0.180.840.43
HSV64°92°78°
CMYK 0.060.000.92   0.22
XYZ41.494552.04048.3881
Yxy52.04040.40710.5106
Hunter Lab72.1390-23.569843.6033
CIE-Lab77.3050-22.872775.7704

#bcc811 color RGB value is (188,200,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001000 00010001
Octal 274 310 21
Decimal 188 200 17
Hex BC C8 11

RGB Percentages of Color #bcc811

%46.42
%49.38
%4.20

CMYK Percentages of Color #bcc811

%6
%0
%92
%22

Triadic Colors of #bcc811

#bcc811 #11bcc8 #c811bc

Analogous Colors of #bcc811

#bcc811 #61c811 #c87911

Monochromatic Colors of #bcc811

#bcc811

Complementary Color

#bcc811 #1d11c8

#bcc811 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc811 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc811 Color CSS Codes

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

#bcc811 Text Font Color

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

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


#bcc811 Background Color

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

This div background color is #bcc811


#bcc811 Border Color

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

This div border color is #bcc811


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc811


Comments

No comments written yet.

Please login to write comment.