Color Hex Logo

#bcfdba Color Hex

#BCFDBA
(188,253,186)
0 Favorites   0 Comments

Color spaces of #bcfdba

RGB 188253186
HSL0.330.940.86
HSV118°26°99°
CMYK 0.260.000.26   0.01
XYZ64.727284.487159.3505
Yxy84.48710.31030.4051
Hunter Lab91.9169-35.156126.0584
CIE-Lab93.6617-32.780725.6971

#bcfdba color RGB value is (188,253,186).

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

The process color (four color CMYK) of #bcfdba color hex is 0.26, 0.00, 0.26, 0.01. Web safe color of #bcfdba is #ccffcc. Color #bcfdba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111101 10111010
Octal 274 375 272
Decimal 188 253 186
Hex BC FD BA

RGB Percentages of Color #bcfdba

%29.98
%40.35
%29.67

CMYK Percentages of Color #bcfdba

%26
%0
%26
%1

Triadic Colors of #bcfdba

#bcfdba #babcfd #fdbabc

Analogous Colors of #bcfdba

#bcfdba #bafdda #defdba

Monochromatic Colors of #bcfdba

#bcfdba

Complementary Color

#bcfdba #fbbafd

#bcfdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfdba Color CSS Codes

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

#bcfdba Text Font Color

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

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


#bcfdba Background Color

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

This div background color is #bcfdba


#bcfdba Border Color

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

This div border color is #bcfdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfdba


Comments

No comments written yet.

Please login to write comment.