Color Hex Logo

#bcc121 Color Hex

#BCC121
(188,193,33)
0 Favorites   0 Comments

Color spaces of #bcc121

RGB 18819333
HSL0.170.710.44
HSV62°83°76°
CMYK 0.030.000.83   0.24
XYZ40.083548.94118.7728
Yxy48.94110.40990.5004
Hunter Lab69.9579-20.151941.5355
CIE-Lab75.4147-19.073871.2296

#bcc121 color RGB value is (188,193,33).

#bcc121 hex color red value is 188, green value is 193 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #bcc121 hue: 0.17 , saturation: 0.71 and the lightness value of bcc121 is 0.44.

The process color (four color CMYK) of #bcc121 color hex is 0.03, 0.00, 0.83, 0.24. Web safe color of #bcc121 is #cccc33. Color #bcc121 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000001 00100001
Octal 274 301 41
Decimal 188 193 33
Hex BC C1 21

RGB Percentages of Color #bcc121

%45.41
%46.62
%7.97

CMYK Percentages of Color #bcc121

%3
%0
%83
%24

Triadic Colors of #bcc121

#bcc121 #21bcc1 #c121bc

Analogous Colors of #bcc121

#bcc121 #6cc121 #c17621

Monochromatic Colors of #bcc121

#bcc121

Complementary Color

#bcc121 #2621c1

#bcc121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc121 Color CSS Codes

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

#bcc121 Text Font Color

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

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


#bcc121 Background Color

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

This div background color is #bcc121


#bcc121 Border Color

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

This div border color is #bcc121


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc121


Comments

No comments written yet.

Please login to write comment.