Color Hex Logo

#bcf186 Color Hex

#BCF186
(188,241,134)
0 Favorites   0 Comments

Color spaces of #bcf186

RGB 188241134
HSL0.250.790.74
HSV90°44°95°
CMYK 0.220.000.44   0.05
XYZ56.497475.323234.1154
Yxy75.32320.34050.4539
Hunter Lab86.7889-35.681737.4463
CIE-Lab89.5442-34.527946.1330

#bcf186 color RGB value is (188,241,134).

#bcf186 hex color red value is 188, green value is 241 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #bcf186 hue: 0.25 , saturation: 0.79 and the lightness value of bcf186 is 0.74.

The process color (four color CMYK) of #bcf186 color hex is 0.22, 0.00, 0.44, 0.05. Web safe color of #bcf186 is #ccff99. Color #bcf186 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110001 10000110
Octal 274 361 206
Decimal 188 241 134
Hex BC F1 86

RGB Percentages of Color #bcf186

%33.39
%42.81
%23.80

CMYK Percentages of Color #bcf186

%22
%0
%44
%5

Triadic Colors of #bcf186

#bcf186 #86bcf1 #f186bc

Analogous Colors of #bcf186

#bcf186 #87f186 #f1f186

Monochromatic Colors of #bcf186

#bcf186

Complementary Color

#bcf186 #bb86f1

#bcf186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf186 Color CSS Codes

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

#bcf186 Text Font Color

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

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


#bcf186 Background Color

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

This div background color is #bcf186


#bcf186 Border Color

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

This div border color is #bcf186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf186


Comments

No comments written yet.

Please login to write comment.