Color Hex Logo

#bcf960 Color Hex

#BCF960
(188,249,96)
0 Favorites   0 Comments

Color spaces of #bcf960

RGB 18824996
HSL0.230.930.68
HSV84°61°98°
CMYK 0.240.000.61   0.02
XYZ56.726079.287323.3805
Yxy79.28730.35590.4974
Hunter Lab89.0434-42.110846.7624
CIE-Lab91.3641-41.806365.3461

#bcf960 color RGB value is (188,249,96).

#bcf960 hex color red value is 188, green value is 249 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #bcf960 hue: 0.23 , saturation: 0.93 and the lightness value of bcf960 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111001 01100000
Octal 274 371 140
Decimal 188 249 96
Hex BC F9 60

RGB Percentages of Color #bcf960

%35.27
%46.72
%18.01

CMYK Percentages of Color #bcf960

%24
%0
%61
%2

Triadic Colors of #bcf960

#bcf960 #60bcf9 #f960bc

Analogous Colors of #bcf960

#bcf960 #70f960 #f9ea60

Monochromatic Colors of #bcf960

#bcf960

Complementary Color

#bcf960 #9d60f9

#bcf960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf960 Color CSS Codes

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

#bcf960 Text Font Color

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

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


#bcf960 Background Color

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

This div background color is #bcf960


#bcf960 Border Color

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

This div border color is #bcf960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf960


Comments

No comments written yet.

Please login to write comment.