Color Hex Logo

#bcf463 Color Hex

#BCF463
(188,244,99)
0 Favorites   0 Comments

Color spaces of #bcf463

RGB 18824499
HSL0.230.870.67
HSV83°59°96°
CMYK 0.230.000.59   0.04
XYZ55.341976.293623.6137
Yxy76.29360.35650.4914
Hunter Lab87.3462-39.759645.1135
CIE-Lab89.9955-39.359162.5895

#bcf463 color RGB value is (188,244,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110100 01100011
Octal 274 364 143
Decimal 188 244 99
Hex BC F4 63

RGB Percentages of Color #bcf463

%35.40
%45.95
%18.64

CMYK Percentages of Color #bcf463

%23
%0
%59
%4

Triadic Colors of #bcf463

#bcf463 #63bcf4 #f463bc

Analogous Colors of #bcf463

#bcf463 #74f463 #f4e463

Monochromatic Colors of #bcf463

#bcf463

Complementary Color

#bcf463 #9b63f4

#bcf463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf463 Color CSS Codes

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

#bcf463 Text Font Color

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

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


#bcf463 Background Color

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

This div background color is #bcf463


#bcf463 Border Color

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

This div border color is #bcf463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf463


Comments

No comments written yet.

Please login to write comment.