Color Hex Logo

#bccb50 Color Hex

#BCCB50
(188,203,80)
0 Favorites   0 Comments

Color spaces of #bccb50

RGB 18820380
HSL0.190.540.55
HSV67°61°80°
CMYK 0.070.000.61   0.20
XYZ43.542953.982415.7141
Yxy53.98240.38450.4767
Hunter Lab73.4727-22.790938.7502
CIE-Lab78.4515-21.672957.9399

#bccb50 color RGB value is (188,203,80).

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

The process color (four color CMYK) of #bccb50 color hex is 0.07, 0.00, 0.61, 0.20. Web safe color of #bccb50 is #cccc66. Color #bccb50 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001011 01010000
Octal 274 313 120
Decimal 188 203 80
Hex BC CB 50

RGB Percentages of Color #bccb50

%39.92
%43.10
%16.99

CMYK Percentages of Color #bccb50

%7
%0
%61
%20

Triadic Colors of #bccb50

#bccb50 #50bccb #cb50bc

Analogous Colors of #bccb50

#bccb50 #7fcb50 #cb9d50

Monochromatic Colors of #bccb50

#bccb50

Complementary Color

#bccb50 #5f50cb

#bccb50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccb50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccb50 Color CSS Codes

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

#bccb50 Text Font Color

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

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


#bccb50 Background Color

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

This div background color is #bccb50


#bccb50 Border Color

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

This div border color is #bccb50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccb50


Comments

No comments written yet.

Please login to write comment.