Color Hex Logo

#bcfabe Color Hex

#BCFABE
(188,250,190)
0 Favorites   0 Comments

Color spaces of #bcfabe

RGB 188250190
HSL0.340.860.86
HSV122°25°98°
CMYK 0.250.000.24   0.02
XYZ64.218982.780361.3087
Yxy82.78030.30830.3974
Hunter Lab90.9837-33.231023.7364
CIE-Lab92.9182-30.730622.6379

#bcfabe color RGB value is (188,250,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11111010 10111110
Octal 274 372 276
Decimal 188 250 190
Hex BC FA BE

RGB Percentages of Color #bcfabe

%29.94
%39.81
%30.25

CMYK Percentages of Color #bcfabe

%25
%0
%24
%2

Triadic Colors of #bcfabe

#bcfabe #bebcfa #fabebc

Analogous Colors of #bcfabe

#bcfabe #bcfadd #d9fabc

Monochromatic Colors of #bcfabe

#bcfabe

Complementary Color

#bcfabe #fabcf8

#bcfabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcfabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcfabe Color CSS Codes

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

#bcfabe Text Font Color

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

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


#bcfabe Background Color

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

This div background color is #bcfabe


#bcfabe Border Color

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

This div border color is #bcfabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcfabe


Comments

No comments written yet.

Please login to write comment.