Color Hex Logo

#bcef10 Color Hex

#BCEF10
(188,239,16)
0 Favorites   0 Comments

Color spaces of #bcef10

RGB 18823916
HSL0.200.870.50
HSV74°93°94°
CMYK 0.210.000.93   0.06
XYZ51.699172.461811.7519
Yxy72.46180.38040.5331
Hunter Lab85.1245-40.558551.4018
CIE-Lab88.1904-40.948184.4147

#bcef10 color RGB value is (188,239,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101111 00010000
Octal 274 357 20
Decimal 188 239 16
Hex BC EF 10

RGB Percentages of Color #bcef10

%42.44
%53.95
%3.61

CMYK Percentages of Color #bcef10

%21
%0
%93
%6

Triadic Colors of #bcef10

#bcef10 #10bcef #ef10bc

Analogous Colors of #bcef10

#bcef10 #4def10 #efb310

Monochromatic Colors of #bcef10

#bcef10

Complementary Color

#bcef10 #4310ef

#bcef10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcef10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcef10 Color CSS Codes

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

#bcef10 Text Font Color

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

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


#bcef10 Background Color

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

This div background color is #bcef10


#bcef10 Border Color

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

This div border color is #bcef10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcef10


Comments

No comments written yet.

Please login to write comment.