Color Hex Logo

#bcf777 Color Hex

#BCF777
(188,247,119)
0 Favorites   0 Comments

Color spaces of #bcf777

RGB 188247119
HSL0.240.890.72
HSV88°52°97°
CMYK 0.240.000.52   0.03
XYZ57.329678.544829.5918
Yxy78.54480.34650.4747
Hunter Lab88.6255-39.627542.2411
CIE-Lab91.0279-38.869354.9820

#bcf777 color RGB value is (188,247,119).

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

The process color (four color CMYK) of #bcf777 color hex is 0.24, 0.00, 0.52, 0.03. Web safe color of #bcf777 is #ccff66. Color #bcf777 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110111 01110111
Octal 274 367 167
Decimal 188 247 119
Hex BC F7 77

RGB Percentages of Color #bcf777

%33.94
%44.58
%21.48

CMYK Percentages of Color #bcf777

%24
%0
%52
%3

Triadic Colors of #bcf777

#bcf777 #77bcf7 #f777bc

Analogous Colors of #bcf777

#bcf777 #7cf777 #f7f277

Monochromatic Colors of #bcf777

#bcf777

Complementary Color

#bcf777 #b277f7

#bcf777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf777 Color CSS Codes

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

#bcf777 Text Font Color

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

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


#bcf777 Background Color

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

This div background color is #bcf777


#bcf777 Border Color

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

This div border color is #bcf777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf777


Comments

No comments written yet.

Please login to write comment.