Color Hex Logo

#bcc64b Color Hex

#BCC64B
(188,198,75)
0 Favorites   0 Comments

Color spaces of #bcc64b

RGB 18819875
HSL0.180.520.54
HSV65°62°78°
CMYK 0.050.000.62   0.22
XYZ42.203151.587514.3897
Yxy51.58750.39010.4769
Hunter Lab71.8244-20.808538.3986
CIE-Lab77.0335-19.555758.5293

#bcc64b color RGB value is (188,198,75).

#bcc64b hex color red value is 188, green value is 198 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #bcc64b hue: 0.18 , saturation: 0.52 and the lightness value of bcc64b is 0.54.

The process color (four color CMYK) of #bcc64b color hex is 0.05, 0.00, 0.62, 0.22. Web safe color of #bcc64b is #cccc33. Color #bcc64b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000110 01001011
Octal 274 306 113
Decimal 188 198 75
Hex BC C6 4B

RGB Percentages of Color #bcc64b

%40.78
%42.95
%16.27

CMYK Percentages of Color #bcc64b

%5
%0
%62
%22

Triadic Colors of #bcc64b

#bcc64b #4bbcc6 #c64bbc

Analogous Colors of #bcc64b

#bcc64b #7fc64b #c6934b

Monochromatic Colors of #bcc64b

#bcc64b

Complementary Color

#bcc64b #554bc6

#bcc64b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc64b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc64b Color CSS Codes

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

#bcc64b Text Font Color

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

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


#bcc64b Background Color

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

This div background color is #bcc64b


#bcc64b Border Color

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

This div border color is #bcc64b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc64b


Comments

No comments written yet.

Please login to write comment.