Color Hex Logo

#bfecbb Color Hex

#BFECBB
(191,236,187)
0 Favorites   0 Comments

Color spaces of #bfecbb

RGB 191236187
HSL0.320.560.83
HSV115°21°93°
CMYK 0.190.000.21   0.07
XYZ60.451074.655158.2375
Yxy74.65510.31270.3861
Hunter Lab86.4032-26.320120.5196
CIE-Lab89.2312-23.592719.0861

#bfecbb color RGB value is (191,236,187).

#bfecbb hex color red value is 191, green value is 236 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bfecbb hue: 0.32 , saturation: 0.56 and the lightness value of bfecbb is 0.83.

The process color (four color CMYK) of #bfecbb color hex is 0.19, 0.00, 0.21, 0.07. Web safe color of #bfecbb is #ccffcc. Color #bfecbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101100 10111011
Octal 277 354 273
Decimal 191 236 187
Hex BF EC BB

RGB Percentages of Color #bfecbb

%31.11
%38.44
%30.46

CMYK Percentages of Color #bfecbb

%19
%0
%21
%7

Triadic Colors of #bfecbb

#bfecbb #bbbfec #ecbbbf

Analogous Colors of #bfecbb

#bfecbb #bbecd0 #d8ecbb

Monochromatic Colors of #bfecbb

#bfecbb

Complementary Color

#bfecbb #e8bbec

#bfecbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfecbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfecbb Color CSS Codes

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

#bfecbb Text Font Color

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

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


#bfecbb Background Color

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

This div background color is #bfecbb


#bfecbb Border Color

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

This div border color is #bfecbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfecbb


Comments

No comments written yet.

Please login to write comment.