Color Hex Logo

#bcf541 Color Hex

#BCF541
(188,245,65)
0 Favorites   0 Comments

Color spaces of #bcf541

RGB 18824565
HSL0.220.900.61
HSV79°73°96°
CMYK 0.230.000.73   0.04
XYZ54.345676.377816.8791
Yxy76.37780.36820.5175
Hunter Lab87.3944-41.941249.7250
CIE-Lab90.0345-42.047775.3796

#bcf541 color RGB value is (188,245,65).

#bcf541 hex color red value is 188, green value is 245 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #bcf541 hue: 0.22 , saturation: 0.90 and the lightness value of bcf541 is 0.61.

The process color (four color CMYK) of #bcf541 color hex is 0.23, 0.00, 0.73, 0.04. Web safe color of #bcf541 is #ccff33. Color #bcf541 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110101 01000001
Octal 274 365 101
Decimal 188 245 65
Hex BC F5 41

RGB Percentages of Color #bcf541

%37.75
%49.20
%13.05

CMYK Percentages of Color #bcf541

%23
%0
%73
%4

Triadic Colors of #bcf541

#bcf541 #41bcf5 #f541bc

Analogous Colors of #bcf541

#bcf541 #62f541 #f5d441

Monochromatic Colors of #bcf541

#bcf541

Complementary Color

#bcf541 #7a41f5

#bcf541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf541 Color CSS Codes

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

#bcf541 Text Font Color

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

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


#bcf541 Background Color

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

This div background color is #bcf541


#bcf541 Border Color

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

This div border color is #bcf541


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf541


Comments

No comments written yet.

Please login to write comment.