Color Hex Logo

#bcc632 Color Hex

#BCC632
(188,198,50)
0 Favorites   0 Comments

Color spaces of #bcc632

RGB 18819850
HSL0.180.600.49
HSV64°75°78°
CMYK 0.050.000.75   0.22
XYZ41.508851.309810.7336
Yxy51.30980.40080.4955
Hunter Lab71.6309-21.916541.2572
CIE-Lab76.8663-20.938267.7243

#bcc632 color RGB value is (188,198,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000110 00110010
Octal 274 306 62
Decimal 188 198 50
Hex BC C6 32

RGB Percentages of Color #bcc632

%43.12
%45.41
%11.47

CMYK Percentages of Color #bcc632

%5
%0
%75
%22

Triadic Colors of #bcc632

#bcc632 #32bcc6 #c632bc

Analogous Colors of #bcc632

#bcc632 #72c632 #c68632

Monochromatic Colors of #bcc632

#bcc632

Complementary Color

#bcc632 #3c32c6

#bcc632 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc632 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc632 Color CSS Codes

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

#bcc632 Text Font Color

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

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


#bcc632 Background Color

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

This div background color is #bcc632


#bcc632 Border Color

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

This div border color is #bcc632


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc632


Comments

No comments written yet.

Please login to write comment.