Color Hex Logo

#bcc532 Color Hex

#BCC532
(188,197,50)
0 Favorites   0 Comments

Color spaces of #bcc532

RGB 18819750
HSL0.180.600.48
HSV64°75°77°
CMYK 0.050.000.75   0.23
XYZ41.281050.854210.6577
Yxy50.85420.40160.4947
Hunter Lab71.3121-21.466641.0575
CIE-Lab76.5906-20.445167.4672

#bcc532 color RGB value is (188,197,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000101 00110010
Octal 274 305 62
Decimal 188 197 50
Hex BC C5 32

RGB Percentages of Color #bcc532

%43.22
%45.29
%11.49

CMYK Percentages of Color #bcc532

%5
%0
%75
%23

Triadic Colors of #bcc532

#bcc532 #32bcc5 #c532bc

Analogous Colors of #bcc532

#bcc532 #73c532 #c58532

Monochromatic Colors of #bcc532

#bcc532

Complementary Color

#bcc532 #3b32c5

#bcc532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc532 Color CSS Codes

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

#bcc532 Text Font Color

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

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


#bcc532 Background Color

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

This div background color is #bcc532


#bcc532 Border Color

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

This div border color is #bcc532


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc532


Comments

No comments written yet.

Please login to write comment.