Color Hex Logo

#bcc13f Color Hex

#BCC13F
(188,193,63)
0 Favorites   0 Comments

Color spaces of #bcc13f

RGB 18819363
HSL0.170.510.50
HSV62°67°76°
CMYK 0.030.000.67   0.24
XYZ40.706249.190212.0518
Yxy49.19020.39930.4825
Hunter Lab70.1357-19.137638.9069
CIE-Lab75.5695-17.809561.8513

#bcc13f color RGB value is (188,193,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000001 00111111
Octal 274 301 77
Decimal 188 193 63
Hex BC C1 3F

RGB Percentages of Color #bcc13f

%42.34
%43.47
%14.19

CMYK Percentages of Color #bcc13f

%3
%0
%67
%24

Triadic Colors of #bcc13f

#bcc13f #3fbcc1 #c13fbc

Analogous Colors of #bcc13f

#bcc13f #7bc13f #c1853f

Monochromatic Colors of #bcc13f

#bcc13f

Complementary Color

#bcc13f #443fc1

#bcc13f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc13f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc13f Color CSS Codes

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

#bcc13f Text Font Color

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

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


#bcc13f Background Color

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

This div background color is #bcc13f


#bcc13f Border Color

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

This div border color is #bcc13f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc13f


Comments

No comments written yet.

Please login to write comment.