Color Hex Logo

#bcf563 Color Hex

#BCF563
(188,245,99)
0 Favorites   0 Comments

Color spaces of #bcf563

RGB 18824599
HSL0.230.880.67
HSV83°60°96°
CMYK 0.230.000.60   0.04
XYZ55.643676.897023.7143
Yxy76.89700.35610.4921
Hunter Lab87.6909-40.193345.3498
CIE-Lab90.2742-39.803062.8996

#bcf563 color RGB value is (188,245,99).

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

The process color (four color CMYK) of #bcf563 color hex is 0.23, 0.00, 0.60, 0.04. Web safe color of #bcf563 is #ccff66. Color #bcf563 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110101 01100011
Octal 274 365 143
Decimal 188 245 99
Hex BC F5 63

RGB Percentages of Color #bcf563

%35.34
%46.05
%18.61

CMYK Percentages of Color #bcf563

%23
%0
%60
%4

Triadic Colors of #bcf563

#bcf563 #63bcf5 #f563bc

Analogous Colors of #bcf563

#bcf563 #73f563 #f5e563

Monochromatic Colors of #bcf563

#bcf563

Complementary Color

#bcf563 #9c63f5

#bcf563 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf563 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf563 Color CSS Codes

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

#bcf563 Text Font Color

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

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


#bcf563 Background Color

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

This div background color is #bcf563


#bcf563 Border Color

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

This div border color is #bcf563


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf563


Comments

No comments written yet.

Please login to write comment.