Color Hex Logo

#bcc033 Color Hex

#BCC033
(188,192,51)
0 Favorites   0 Comments

Color spaces of #bcc033

RGB 18819251
HSL0.170.580.48
HSV62°73°75°
CMYK 0.020.000.73   0.25
XYZ40.186248.629710.4004
Yxy48.62970.40500.4901
Hunter Lab69.7350-19.172039.9719
CIE-Lab75.2204-17.916465.8526

#bcc033 color RGB value is (188,192,51).

#bcc033 hex color red value is 188, green value is 192 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #bcc033 hue: 0.17 , saturation: 0.58 and the lightness value of bcc033 is 0.48.

The process color (four color CMYK) of #bcc033 color hex is 0.02, 0.00, 0.73, 0.25. Web safe color of #bcc033 is #cccc33. Color #bcc033 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000000 00110011
Octal 274 300 63
Decimal 188 192 51
Hex BC C0 33

RGB Percentages of Color #bcc033

%43.62
%44.55
%11.83

CMYK Percentages of Color #bcc033

%2
%0
%73
%25

Triadic Colors of #bcc033

#bcc033 #33bcc0 #c033bc

Analogous Colors of #bcc033

#bcc033 #76c033 #c07e33

Monochromatic Colors of #bcc033

#bcc033

Complementary Color

#bcc033 #3733c0

#bcc033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc033 Color CSS Codes

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

#bcc033 Text Font Color

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

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


#bcc033 Background Color

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

This div background color is #bcc033


#bcc033 Border Color

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

This div border color is #bcc033


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc033


Comments

No comments written yet.

Please login to write comment.