Color Hex Logo

#bcc239 Color Hex

#BCC239
(188,194,57)
0 Favorites   0 Comments

Color spaces of #bcc239

RGB 18819457
HSL0.170.550.49
HSV63°71°76°
CMYK 0.030.000.71   0.24
XYZ40.769349.570311.2902
Yxy49.57030.40120.4878
Hunter Lab70.4062-19.848939.7767
CIE-Lab75.8048-18.628964.3239

#bcc239 color RGB value is (188,194,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000010 00111001
Octal 274 302 71
Decimal 188 194 57
Hex BC C2 39

RGB Percentages of Color #bcc239

%42.82
%44.19
%12.98

CMYK Percentages of Color #bcc239

%3
%0
%71
%24

Triadic Colors of #bcc239

#bcc239 #39bcc2 #c239bc

Analogous Colors of #bcc239

#bcc239 #78c239 #c28439

Monochromatic Colors of #bcc239

#bcc239

Complementary Color

#bcc239 #3f39c2

#bcc239 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc239 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc239 Color CSS Codes

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

#bcc239 Text Font Color

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

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


#bcc239 Background Color

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

This div background color is #bcc239


#bcc239 Border Color

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

This div border color is #bcc239


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc239


Comments

No comments written yet.

Please login to write comment.