Color Hex Logo

#bcfab9 Color Hex

#BCFAB9
(188,250,185)
0 Favorites   0 Comments

Color spaces of #bcfab9

RGB 188250185
HSL0.330.870.85
HSV117°26°98°
CMYK 0.250.000.26   0.02
XYZ63.681682.565458.4793
Yxy82.56540.31110.4033
Hunter Lab90.8655-33.915825.4479
CIE-Lab92.8238-31.551025.0559

#bcfab9 color RGB value is (188,250,185).

#bcfab9 hex color red value is 188, green value is 250 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #bcfab9 hue: 0.33 , saturation: 0.87 and the lightness value of bcfab9 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111010 10111001
Octal 274 372 271
Decimal 188 250 185
Hex BC FA B9

RGB Percentages of Color #bcfab9

%30.18
%40.13
%29.70

CMYK Percentages of Color #bcfab9

%25
%0
%26
%2

Triadic Colors of #bcfab9

#bcfab9 #b9bcfa #fab9bc

Analogous Colors of #bcfab9

#bcfab9 #b9fad7 #ddfab9

Monochromatic Colors of #bcfab9

#bcfab9

Complementary Color

#bcfab9 #f7b9fa

#bcfab9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfab9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfab9 Color CSS Codes

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

#bcfab9 Text Font Color

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

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


#bcfab9 Background Color

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

This div background color is #bcfab9


#bcfab9 Border Color

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

This div border color is #bcfab9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfab9


Comments

No comments written yet.

Please login to write comment.