Color Hex Logo

#bcc642 Color Hex

#BCC642
(188,198,66)
0 Favorites   0 Comments

Color spaces of #bcc642

RGB 18819866
HSL0.180.540.52
HSV65°67°78°
CMYK 0.050.000.67   0.22
XYZ41.916551.472912.8803
Yxy51.47290.39440.4844
Hunter Lab71.7446-21.265239.5769
CIE-Lab76.9646-20.123962.1048

#bcc642 color RGB value is (188,198,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000110 01000010
Octal 274 306 102
Decimal 188 198 66
Hex BC C6 42

RGB Percentages of Color #bcc642

%41.59
%43.81
%14.60

CMYK Percentages of Color #bcc642

%5
%0
%67
%22

Triadic Colors of #bcc642

#bcc642 #42bcc6 #c642bc

Analogous Colors of #bcc642

#bcc642 #7ac642 #c68e42

Monochromatic Colors of #bcc642

#bcc642

Complementary Color

#bcc642 #4c42c6

#bcc642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc642 Color CSS Codes

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

#bcc642 Text Font Color

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

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


#bcc642 Background Color

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

This div background color is #bcc642


#bcc642 Border Color

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

This div border color is #bcc642


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc642


Comments

No comments written yet.

Please login to write comment.