Color Hex Logo

#bcf661 Color Hex

#BCF661
(188,246,97)
0 Favorites   0 Comments

Color spaces of #bcf661

RGB 18824697
HSL0.230.890.67
HSV83°61°96°
CMYK 0.240.000.61   0.04
XYZ55.852577.466023.3180
Yxy77.46600.35660.4946
Hunter Lab88.0148-40.753145.9025
CIE-Lab90.5357-40.407364.0246

#bcf661 color RGB value is (188,246,97).

#bcf661 hex color red value is 188, green value is 246 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #bcf661 hue: 0.23 , saturation: 0.89 and the lightness value of bcf661 is 0.67.

The process color (four color CMYK) of #bcf661 color hex is 0.24, 0.00, 0.61, 0.04. Web safe color of #bcf661 is #ccff66. Color #bcf661 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110110 01100001
Octal 274 366 141
Decimal 188 246 97
Hex BC F6 61

RGB Percentages of Color #bcf661

%35.40
%46.33
%18.27

CMYK Percentages of Color #bcf661

%24
%0
%61
%4

Triadic Colors of #bcf661

#bcf661 #61bcf6 #f661bc

Analogous Colors of #bcf661

#bcf661 #72f661 #f6e661

Monochromatic Colors of #bcf661

#bcf661

Complementary Color

#bcf661 #9b61f6

#bcf661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf661 Color CSS Codes

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

#bcf661 Text Font Color

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

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


#bcf661 Background Color

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

This div background color is #bcf661


#bcf661 Border Color

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

This div border color is #bcf661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf661

#bcf661 Color Palettes


Comments

No comments written yet.

Please login to write comment.