Color Hex Logo

#bcc139 Color Hex

#BCC139
(188,193,57)
0 Favorites   0 Comments

Color spaces of #bcc139

RGB 18819357
HSL0.170.540.49
HSV62°70°76°
CMYK 0.030.000.70   0.24
XYZ40.547549.126711.2162
Yxy49.12670.40190.4869
Hunter Lab70.0904-19.395639.5754
CIE-Lab75.5301-18.130064.0560

#bcc139 color RGB value is (188,193,57).

#bcc139 hex color red value is 188, green value is 193 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #bcc139 hue: 0.17 , saturation: 0.54 and the lightness value of bcc139 is 0.49.

The process color (four color CMYK) of #bcc139 color hex is 0.03, 0.00, 0.70, 0.24. Web safe color of #bcc139 is #cccc33. Color #bcc139 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000001 00111001
Octal 274 301 71
Decimal 188 193 57
Hex BC C1 39

RGB Percentages of Color #bcc139

%42.92
%44.06
%13.01

CMYK Percentages of Color #bcc139

%3
%0
%70
%24

Triadic Colors of #bcc139

#bcc139 #39bcc1 #c139bc

Analogous Colors of #bcc139

#bcc139 #78c139 #c18239

Monochromatic Colors of #bcc139

#bcc139

Complementary Color

#bcc139 #3e39c1

#bcc139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc139 Color CSS Codes

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

#bcc139 Text Font Color

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

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


#bcc139 Background Color

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

This div background color is #bcc139


#bcc139 Border Color

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

This div border color is #bcc139


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc139


Comments

No comments written yet.

Please login to write comment.