Color Hex Logo

#bcc850 Color Hex

#BCC850
(188,200,80)
0 Favorites   0 Comments

Color spaces of #bcc850

RGB 18820080
HSL0.180.520.55
HSV66°60°78°
CMYK 0.060.000.60   0.22
XYZ42.841352.579115.4802
Yxy52.57910.38630.4741
Hunter Lab72.5114-21.433438.1004
CIE-Lab77.6258-20.195657.0395

#bcc850 color RGB value is (188,200,80).

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

The process color (four color CMYK) of #bcc850 color hex is 0.06, 0.00, 0.60, 0.22. Web safe color of #bcc850 is #cccc66. Color #bcc850 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001000 01010000
Octal 274 310 120
Decimal 188 200 80
Hex BC C8 50

RGB Percentages of Color #bcc850

%40.17
%42.74
%17.09

CMYK Percentages of Color #bcc850

%6
%0
%60
%22

Triadic Colors of #bcc850

#bcc850 #50bcc8 #c850bc

Analogous Colors of #bcc850

#bcc850 #80c850 #c89850

Monochromatic Colors of #bcc850

#bcc850

Complementary Color

#bcc850 #5c50c8

#bcc850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc850 Color CSS Codes

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

#bcc850 Text Font Color

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

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


#bcc850 Background Color

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

This div background color is #bcc850


#bcc850 Border Color

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

This div border color is #bcc850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc850


Comments

No comments written yet.

Please login to write comment.