Color Hex Logo

#bcc83a Color Hex

#BCC83A
(188,200,58)
0 Favorites   0 Comments

Color spaces of #bcc83a

RGB 18820058
HSL0.180.560.51
HSV65°71°78°
CMYK 0.060.000.71   0.22
XYZ42.157052.305411.8770
Yxy52.30540.39640.4919
Hunter Lab72.3225-22.516140.8890
CIE-Lab77.4631-21.546265.5827

#bcc83a color RGB value is (188,200,58).

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

The process color (four color CMYK) of #bcc83a color hex is 0.06, 0.00, 0.71, 0.22. Web safe color of #bcc83a is #cccc33. Color #bcc83a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001000 00111010
Octal 274 310 72
Decimal 188 200 58
Hex BC C8 3A

RGB Percentages of Color #bcc83a

%42.15
%44.84
%13.00

CMYK Percentages of Color #bcc83a

%6
%0
%71
%22

Triadic Colors of #bcc83a

#bcc83a #3abcc8 #c83abc

Analogous Colors of #bcc83a

#bcc83a #75c83a #c88d3a

Monochromatic Colors of #bcc83a

#bcc83a

Complementary Color

#bcc83a #463ac8

#bcc83a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc83a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc83a Color CSS Codes

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

#bcc83a Text Font Color

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

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


#bcc83a Background Color

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

This div background color is #bcc83a


#bcc83a Border Color

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

This div border color is #bcc83a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,200,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 #bcc83a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc83a


Comments

No comments written yet.

Please login to write comment.