Color Hex Logo

#bcf177 Color Hex

#BCF177
(188,241,119)
0 Favorites   0 Comments

Color spaces of #bcf177

RGB 188241119
HSL0.240.810.71
HSV86°51°95°
CMYK 0.220.000.51   0.05
XYZ55.524174.933928.9900
Yxy74.93390.34820.4700
Hunter Lab86.5644-36.994240.7391
CIE-Lab89.3620-36.170952.9940

#bcf177 color RGB value is (188,241,119).

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

The process color (four color CMYK) of #bcf177 color hex is 0.22, 0.00, 0.51, 0.05. Web safe color of #bcf177 is #ccff66. Color #bcf177 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110001 01110111
Octal 274 361 167
Decimal 188 241 119
Hex BC F1 77

RGB Percentages of Color #bcf177

%34.31
%43.98
%21.72

CMYK Percentages of Color #bcf177

%22
%0
%51
%5

Triadic Colors of #bcf177

#bcf177 #77bcf1 #f177bc

Analogous Colors of #bcf177

#bcf177 #7ff177 #f1e977

Monochromatic Colors of #bcf177

#bcf177

Complementary Color

#bcf177 #ac77f1

#bcf177 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf177 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf177 Color CSS Codes

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

#bcf177 Text Font Color

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

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


#bcf177 Background Color

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

This div background color is #bcf177


#bcf177 Border Color

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

This div border color is #bcf177


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf177


Comments

No comments written yet.

Please login to write comment.