Color Hex Logo

#bcc212 Color Hex

#BCC212
(188,194,18)
0 Favorites   0 Comments

Color spaces of #bcc212

RGB 18819418
HSL0.170.830.42
HSV62°91°76°
CMYK 0.030.000.91   0.24
XYZ40.140049.31867.9761
Yxy49.31860.41200.5062
Hunter Lab70.2272-20.871842.4251
CIE-Lab75.6491-19.908274.3321

#bcc212 color RGB value is (188,194,18).

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

The process color (four color CMYK) of #bcc212 color hex is 0.03, 0.00, 0.91, 0.24. Web safe color of #bcc212 is #cccc00. Color #bcc212 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000010 00010010
Octal 274 302 22
Decimal 188 194 18
Hex BC C2 12

RGB Percentages of Color #bcc212

%47.00
%48.50
%4.50

CMYK Percentages of Color #bcc212

%3
%0
%91
%24

Triadic Colors of #bcc212

#bcc212 #12bcc2 #c212bc

Analogous Colors of #bcc212

#bcc212 #64c212 #c27012

Monochromatic Colors of #bcc212

#bcc212

Complementary Color

#bcc212 #1812c2

#bcc212 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc212 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc212 Color CSS Codes

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

#bcc212 Text Font Color

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

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


#bcc212 Background Color

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

This div background color is #bcc212


#bcc212 Border Color

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

This div border color is #bcc212


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc212


Comments

No comments written yet.

Please login to write comment.