Color Hex Logo

#bcef07 Color Hex

#BCEF07
(188,239,7)
0 Favorites   0 Comments

Color spaces of #bcef07

RGB 1882397
HSL0.200.940.48
HSV73°97°94°
CMYK 0.210.000.97   0.06
XYZ51.643972.439711.4614
Yxy72.43970.38100.5344
Hunter Lab85.1115-40.635151.5939
CIE-Lab88.1798-41.047785.1876

#bcef07 color RGB value is (188,239,7).

#bcef07 hex color red value is 188, green value is 239 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #bcef07 hue: 0.20 , saturation: 0.94 and the lightness value of bcef07 is 0.48.

The process color (four color CMYK) of #bcef07 color hex is 0.21, 0.00, 0.97, 0.06. Web safe color of #bcef07 is #ccff00. Color #bcef07 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101111 00000111
Octal 274 357 7
Decimal 188 239 7
Hex BC EF 7

RGB Percentages of Color #bcef07

%43.32
%55.07
%1.61

CMYK Percentages of Color #bcef07

%21
%0
%97
%6

Triadic Colors of #bcef07

#bcef07 #07bcef #ef07bc

Analogous Colors of #bcef07

#bcef07 #48ef07 #efae07

Monochromatic Colors of #bcef07

#bcef07

Complementary Color

#bcef07 #3a07ef

#bcef07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcef07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcef07 Color CSS Codes

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

#bcef07 Text Font Color

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

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


#bcef07 Background Color

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

This div background color is #bcef07


#bcef07 Border Color

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

This div border color is #bcef07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcef07


Comments

No comments written yet.

Please login to write comment.