Color Hex Logo

#bcc541 Color Hex

#BCC541
(188,197,65)
0 Favorites   0 Comments

Color spaces of #bcc541

RGB 18819765
HSL0.180.530.51
HSV64°67°77°
CMYK 0.050.000.67   0.23
XYZ41.659451.005512.6504
Yxy51.00550.39560.4843
Hunter Lab71.4181-20.859739.4906
CIE-Lab76.6823-19.687162.2058

#bcc541 color RGB value is (188,197,65).

#bcc541 hex color red value is 188, green value is 197 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #bcc541 hue: 0.18 , saturation: 0.53 and the lightness value of bcc541 is 0.51.

The process color (four color CMYK) of #bcc541 color hex is 0.05, 0.00, 0.67, 0.23. Web safe color of #bcc541 is #cccc33. Color #bcc541 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000101 01000001
Octal 274 305 101
Decimal 188 197 65
Hex BC C5 41

RGB Percentages of Color #bcc541

%41.78
%43.78
%14.44

CMYK Percentages of Color #bcc541

%5
%0
%67
%23

Triadic Colors of #bcc541

#bcc541 #41bcc5 #c541bc

Analogous Colors of #bcc541

#bcc541 #7ac541 #c58c41

Monochromatic Colors of #bcc541

#bcc541

Complementary Color

#bcc541 #4a41c5

#bcc541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc541 Color CSS Codes

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

#bcc541 Text Font Color

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

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


#bcc541 Background Color

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

This div background color is #bcc541


#bcc541 Border Color

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

This div border color is #bcc541


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc541


Comments

No comments written yet.

Please login to write comment.