Color Hex Logo

#bcef60 Color Hex

#BCEF60
(188,239,96)
0 Favorites   0 Comments

Color spaces of #bcef60

RGB 18823996
HSL0.230.820.66
HSV81°60°94°
CMYK 0.210.000.60   0.06
XYZ53.716973.268922.3775
Yxy73.26890.35960.4905
Hunter Lab85.5973-37.776844.4180
CIE-Lab88.5758-37.366962.2763

#bcef60 color RGB value is (188,239,96).

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

The process color (four color CMYK) of #bcef60 color hex is 0.21, 0.00, 0.60, 0.06. Web safe color of #bcef60 is #ccff66. Color #bcef60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101111 01100000
Octal 274 357 140
Decimal 188 239 96
Hex BC EF 60

RGB Percentages of Color #bcef60

%35.95
%45.70
%18.36

CMYK Percentages of Color #bcef60

%21
%0
%60
%6

Triadic Colors of #bcef60

#bcef60 #60bcef #ef60bc

Analogous Colors of #bcef60

#bcef60 #75ef60 #efdb60

Monochromatic Colors of #bcef60

#bcef60

Complementary Color

#bcef60 #9360ef

#bcef60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcef60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcef60 Color CSS Codes

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

#bcef60 Text Font Color

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

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


#bcef60 Background Color

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

This div background color is #bcef60


#bcef60 Border Color

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

This div border color is #bcef60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcef60


Comments

No comments written yet.

Please login to write comment.