Color Hex Logo

#bcfac9 Color Hex

#BCFAC9
(188,250,201)
0 Favorites   0 Comments

Color spaces of #bcfac9

RGB 188250201
HSL0.370.860.86
HSV133°25°98°
CMYK 0.250.000.20   0.02
XYZ65.467383.279667.8824
Yxy83.27960.30220.3844
Hunter Lab91.2577-31.646819.7772
CIE-Lab93.1367-28.847817.3112

#bcfac9 color RGB value is (188,250,201).

#bcfac9 hex color red value is 188, green value is 250 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #bcfac9 hue: 0.37 , saturation: 0.86 and the lightness value of bcfac9 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111010 11001001
Octal 274 372 311
Decimal 188 250 201
Hex BC FA C9

RGB Percentages of Color #bcfac9

%29.42
%39.12
%31.46

CMYK Percentages of Color #bcfac9

%25
%0
%20
%2

Triadic Colors of #bcfac9

#bcfac9 #c9bcfa #fac9bc

Analogous Colors of #bcfac9

#bcfac9 #bcfae8 #cefabc

Monochromatic Colors of #bcfac9

#bcfac9

Complementary Color

#bcfac9 #fabced

#bcfac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfac9 Color CSS Codes

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

#bcfac9 Text Font Color

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

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


#bcfac9 Background Color

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

This div background color is #bcfac9


#bcfac9 Border Color

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

This div border color is #bcfac9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfac9


Comments

No comments written yet.

Please login to write comment.