Color Hex Logo

#bcf1ba Color Hex

#BCF1BA
(188,241,186)
0 Favorites   0 Comments

Color spaces of #bcf1ba

RGB 188241186
HSL0.330.660.84
HSV118°23°95°
CMYK 0.220.000.23   0.05
XYZ61.057377.147158.1272
Yxy77.14710.31100.3929
Hunter Lab87.8334-29.624422.2459
CIE-Lab90.3893-27.151721.1854

#bcf1ba color RGB value is (188,241,186).

#bcf1ba hex color red value is 188, green value is 241 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bcf1ba hue: 0.33 , saturation: 0.66 and the lightness value of bcf1ba is 0.84.

The process color (four color CMYK) of #bcf1ba color hex is 0.22, 0.00, 0.23, 0.05. Web safe color of #bcf1ba is #ccffcc. Color #bcf1ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110001 10111010
Octal 274 361 272
Decimal 188 241 186
Hex BC F1 BA

RGB Percentages of Color #bcf1ba

%30.57
%39.19
%30.24

CMYK Percentages of Color #bcf1ba

%22
%0
%23
%5

Triadic Colors of #bcf1ba

#bcf1ba #babcf1 #f1babc

Analogous Colors of #bcf1ba

#bcf1ba #baf1d4 #d8f1ba

Monochromatic Colors of #bcf1ba

#bcf1ba

Complementary Color

#bcf1ba #efbaf1

#bcf1ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf1ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf1ba Color CSS Codes

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

#bcf1ba Text Font Color

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

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


#bcf1ba Background Color

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

This div background color is #bcf1ba


#bcf1ba Border Color

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

This div border color is #bcf1ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf1ba


Comments

No comments written yet.

Please login to write comment.