Color Hex Logo

#bcc250 Color Hex

#BCC250
(188,194,80)
0 Favorites   0 Comments

Color spaces of #bcc250

RGB 18819480
HSL0.180.480.54
HSV63°59°76°
CMYK 0.030.000.59   0.24
XYZ41.478849.854115.0261
Yxy49.85410.39000.4687
Hunter Lab70.6074-18.702036.8076
CIE-Lab75.9796-17.207855.2320

#bcc250 color RGB value is (188,194,80).

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

The process color (four color CMYK) of #bcc250 color hex is 0.03, 0.00, 0.59, 0.24. Web safe color of #bcc250 is #cccc66. Color #bcc250 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000010 01010000
Octal 274 302 120
Decimal 188 194 80
Hex BC C2 50

RGB Percentages of Color #bcc250

%40.69
%41.99
%17.32

CMYK Percentages of Color #bcc250

%3
%0
%59
%24

Triadic Colors of #bcc250

#bcc250 #50bcc2 #c250bc

Analogous Colors of #bcc250

#bcc250 #83c250 #c28f50

Monochromatic Colors of #bcc250

#bcc250

Complementary Color

#bcc250 #5650c2

#bcc250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc250 Color CSS Codes

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

#bcc250 Text Font Color

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

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


#bcc250 Background Color

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

This div background color is #bcc250


#bcc250 Border Color

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

This div border color is #bcc250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc250


Comments

No comments written yet.

Please login to write comment.