Color Hex Logo

#bcc550 Color Hex

#BCC550
(188,197,80)
0 Favorites   0 Comments

Color spaces of #bcc550

RGB 18819780
HSL0.180.500.54
HSV65°59°77°
CMYK 0.050.000.59   0.23
XYZ42.153351.203115.2509
Yxy51.20310.38810.4715
Hunter Lab71.5563-20.070637.4529
CIE-Lab76.8019-18.707356.1368

#bcc550 color RGB value is (188,197,80).

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

The process color (four color CMYK) of #bcc550 color hex is 0.05, 0.00, 0.59, 0.23. Web safe color of #bcc550 is #cccc66. Color #bcc550 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000101 01010000
Octal 274 305 120
Decimal 188 197 80
Hex BC C5 50

RGB Percentages of Color #bcc550

%40.43
%42.37
%17.20

CMYK Percentages of Color #bcc550

%5
%0
%59
%23

Triadic Colors of #bcc550

#bcc550 #50bcc5 #c550bc

Analogous Colors of #bcc550

#bcc550 #82c550 #c59450

Monochromatic Colors of #bcc550

#bcc550

Complementary Color

#bcc550 #5950c5

#bcc550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc550 Color CSS Codes

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

#bcc550 Text Font Color

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

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


#bcc550 Background Color

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

This div background color is #bcc550


#bcc550 Border Color

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

This div border color is #bcc550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc550


Comments

No comments written yet.

Please login to write comment.