Color Hex Logo

#bcf670 Color Hex

#BCF670
(188,246,112)
0 Favorites   0 Comments

Color spaces of #bcf670

RGB 188246112
HSL0.240.880.70
HSV86°54°96°
CMYK 0.240.000.54   0.04
XYZ56.619477.772827.3567
Yxy77.77280.35000.4808
Hunter Lab88.1889-39.729243.3401
CIE-Lab90.6761-39.104657.7228

#bcf670 color RGB value is (188,246,112).

#bcf670 hex color red value is 188, green value is 246 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #bcf670 hue: 0.24 , saturation: 0.88 and the lightness value of bcf670 is 0.70.

The process color (four color CMYK) of #bcf670 color hex is 0.24, 0.00, 0.54, 0.04. Web safe color of #bcf670 is #ccff66. Color #bcf670 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110110 01110000
Octal 274 366 160
Decimal 188 246 112
Hex BC F6 70

RGB Percentages of Color #bcf670

%34.43
%45.05
%20.51

CMYK Percentages of Color #bcf670

%24
%0
%54
%4

Triadic Colors of #bcf670

#bcf670 #70bcf6 #f670bc

Analogous Colors of #bcf670

#bcf670 #79f670 #f6ed70

Monochromatic Colors of #bcf670

#bcf670

Complementary Color

#bcf670 #aa70f6

#bcf670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf670 Color CSS Codes

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

#bcf670 Text Font Color

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

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


#bcf670 Background Color

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

This div background color is #bcf670


#bcf670 Border Color

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

This div border color is #bcf670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf670


Comments

No comments written yet.

Please login to write comment.