Color Hex Logo

#bfe2bb Color Hex

#BFE2BB
(191,226,187)
0 Favorites   0 Comments

Color spaces of #bfe2bb

RGB 191226187
HSL0.320.400.81
HSV114°17°89°
CMYK 0.150.000.17   0.11
XYZ57.651969.056957.3045
Yxy69.05690.31330.3753
Hunter Lab83.1005-21.589417.2851
CIE-Lab86.5322-18.701115.3043

#bfe2bb color RGB value is (191,226,187).

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

The process color (four color CMYK) of #bfe2bb color hex is 0.15, 0.00, 0.17, 0.11. Web safe color of #bfe2bb is #cccccc. Color #bfe2bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100010 10111011
Octal 277 342 273
Decimal 191 226 187
Hex BF E2 BB

RGB Percentages of Color #bfe2bb

%31.62
%37.42
%30.96

CMYK Percentages of Color #bfe2bb

%15
%0
%17
%11

Triadic Colors of #bfe2bb

#bfe2bb #bbbfe2 #e2bbbf

Analogous Colors of #bfe2bb

#bfe2bb #bbe2cb #d3e2bb

Monochromatic Colors of #bfe2bb

#bfe2bb

Complementary Color

#bfe2bb #debbe2

#bfe2bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe2bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe2bb Color CSS Codes

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

#bfe2bb Text Font Color

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

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


#bfe2bb Background Color

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

This div background color is #bfe2bb


#bfe2bb Border Color

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

This div border color is #bfe2bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,226,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 #bfe2bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe2bb


Comments

No comments written yet.

Please login to write comment.