Color Hex Logo

#bcf34f Color Hex

#BCF34F
(188,243,79)
0 Favorites   0 Comments

Color spaces of #bcf34f

RGB 18824379
HSL0.220.870.63
HSV80°67°95°
CMYK 0.230.000.67   0.05
XYZ54.200975.357119.0858
Yxy75.35710.36460.5070
Hunter Lab86.8085-40.464247.7304
CIE-Lab89.5600-40.371370.0699

#bcf34f color RGB value is (188,243,79).

#bcf34f hex color red value is 188, green value is 243 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #bcf34f hue: 0.22 , saturation: 0.87 and the lightness value of bcf34f is 0.63.

The process color (four color CMYK) of #bcf34f color hex is 0.23, 0.00, 0.67, 0.05. Web safe color of #bcf34f is #ccff66. Color #bcf34f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110011 01001111
Octal 274 363 117
Decimal 188 243 79
Hex BC F3 4F

RGB Percentages of Color #bcf34f

%36.86
%47.65
%15.49

CMYK Percentages of Color #bcf34f

%23
%0
%67
%5

Triadic Colors of #bcf34f

#bcf34f #4fbcf3 #f34fbc

Analogous Colors of #bcf34f

#bcf34f #6af34f #f3d84f

Monochromatic Colors of #bcf34f

#bcf34f

Complementary Color

#bcf34f #864ff3

#bcf34f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf34f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf34f Color CSS Codes

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

#bcf34f Text Font Color

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

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


#bcf34f Background Color

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

This div background color is #bcf34f


#bcf34f Border Color

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

This div border color is #bcf34f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf34f


Comments

No comments written yet.

Please login to write comment.