Color Hex Logo

#bcc13a Color Hex

#BCC13A
(188,193,58)
0 Favorites   0 Comments

Color spaces of #bcc13a

RGB 18819358
HSL0.170.540.49
HSV62°70°76°
CMYK 0.030.000.70   0.24
XYZ40.572749.136811.3489
Yxy49.13680.40150.4862
Hunter Lab70.0976-19.354639.4692
CIE-Lab75.5364-18.079163.6986

#bcc13a color RGB value is (188,193,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000001 00111010
Octal 274 301 72
Decimal 188 193 58
Hex BC C1 3A

RGB Percentages of Color #bcc13a

%42.82
%43.96
%13.21

CMYK Percentages of Color #bcc13a

%3
%0
%70
%24

Triadic Colors of #bcc13a

#bcc13a #3abcc1 #c13abc

Analogous Colors of #bcc13a

#bcc13a #79c13a #c1833a

Monochromatic Colors of #bcc13a

#bcc13a

Complementary Color

#bcc13a #3f3ac1

#bcc13a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc13a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc13a Color CSS Codes

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

#bcc13a Text Font Color

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

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


#bcc13a Background Color

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

This div background color is #bcc13a


#bcc13a Border Color

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

This div border color is #bcc13a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc13a


Comments

No comments written yet.

Please login to write comment.