Color Hex Logo

#bcf079 Color Hex

#BCF079
(188,240,121)
0 Favorites   0 Comments

Color spaces of #bcf079

RGB 188240121
HSL0.240.800.71
HSV86°50°94°
CMYK 0.220.000.50   0.06
XYZ55.350374.392029.5310
Yxy74.39200.34750.4671
Hunter Lab86.2508-36.388940.0755
CIE-Lab89.1074-35.510151.7596

#bcf079 color RGB value is (188,240,121).

#bcf079 hex color red value is 188, green value is 240 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #bcf079 hue: 0.24 , saturation: 0.80 and the lightness value of bcf079 is 0.71.

The process color (four color CMYK) of #bcf079 color hex is 0.22, 0.00, 0.50, 0.06. Web safe color of #bcf079 is #ccff66. Color #bcf079 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110000 01111001
Octal 274 360 171
Decimal 188 240 121
Hex BC F0 79

RGB Percentages of Color #bcf079

%34.24
%43.72
%22.04

CMYK Percentages of Color #bcf079

%22
%0
%50
%6

Triadic Colors of #bcf079

#bcf079 #79bcf0 #f079bc

Analogous Colors of #bcf079

#bcf079 #81f079 #f0e979

Monochromatic Colors of #bcf079

#bcf079

Complementary Color

#bcf079 #ad79f0

#bcf079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf079 Color CSS Codes

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

#bcf079 Text Font Color

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

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


#bcf079 Background Color

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

This div background color is #bcf079


#bcf079 Border Color

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

This div border color is #bcf079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf079


Comments

No comments written yet.

Please login to write comment.