Color Hex Logo

#bcf0bf Color Hex

#BCF0BF
(188,240,191)
0 Favorites   0 Comments

Color spaces of #bcf0bf

RGB 188240191
HSL0.340.630.84
HSV123°22°94°
CMYK 0.220.000.20   0.06
XYZ61.303176.773160.8779
Yxy76.77310.30810.3859
Hunter Lab87.6203-28.448820.1399
CIE-Lab90.2171-25.831318.3686

#bcf0bf color RGB value is (188,240,191).

#bcf0bf hex color red value is 188, green value is 240 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bcf0bf hue: 0.34 , saturation: 0.63 and the lightness value of bcf0bf is 0.84.

The process color (four color CMYK) of #bcf0bf color hex is 0.22, 0.00, 0.20, 0.06. Web safe color of #bcf0bf is #ccffcc. Color #bcf0bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110000 10111111
Octal 274 360 277
Decimal 188 240 191
Hex BC F0 BF

RGB Percentages of Color #bcf0bf

%30.37
%38.77
%30.86

CMYK Percentages of Color #bcf0bf

%22
%0
%20
%6

Triadic Colors of #bcf0bf

#bcf0bf #bfbcf0 #f0bfbc

Analogous Colors of #bcf0bf

#bcf0bf #bcf0d9 #d3f0bc

Monochromatic Colors of #bcf0bf

#bcf0bf

Complementary Color

#bcf0bf #f0bced

#bcf0bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf0bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf0bf Color CSS Codes

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

#bcf0bf Text Font Color

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

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


#bcf0bf Background Color

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

This div background color is #bcf0bf


#bcf0bf Border Color

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

This div border color is #bcf0bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf0bf


Comments

No comments written yet.

Please login to write comment.