Color Hex Logo

#bcc041 Color Hex

#BCC041
(188,192,65)
0 Favorites   0 Comments

Color spaces of #bcc041

RGB 18819265
HSL0.170.500.50
HSV62°66°75°
CMYK 0.020.000.66   0.25
XYZ40.542848.772312.2782
Yxy48.77230.39910.4801
Hunter Lab69.8372-18.589938.4621
CIE-Lab75.3095-17.193660.8054

#bcc041 color RGB value is (188,192,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000000 01000001
Octal 274 300 101
Decimal 188 192 65
Hex BC C0 41

RGB Percentages of Color #bcc041

%42.25
%43.15
%14.61

CMYK Percentages of Color #bcc041

%2
%0
%66
%25

Triadic Colors of #bcc041

#bcc041 #41bcc0 #c041bc

Analogous Colors of #bcc041

#bcc041 #7dc041 #c08541

Monochromatic Colors of #bcc041

#bcc041

Complementary Color

#bcc041 #4541c0

#bcc041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc041 Color CSS Codes

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

#bcc041 Text Font Color

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

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


#bcc041 Background Color

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

This div background color is #bcc041


#bcc041 Border Color

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

This div border color is #bcc041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc041


Comments

No comments written yet.

Please login to write comment.