Color Hex Logo

#bfe8bb Color Hex

#BFE8BB
(191,232,187)
0 Favorites   0 Comments

Color spaces of #bfe8bb

RGB 191232187
HSL0.320.490.82
HSV115°19°91°
CMYK 0.180.000.19   0.09
XYZ59.312172.377457.8579
Yxy72.37740.31290.3818
Hunter Lab85.0749-24.435319.2304
CIE-Lab88.1499-21.649617.5754

#bfe8bb color RGB value is (191,232,187).

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

The process color (four color CMYK) of #bfe8bb color hex is 0.18, 0.00, 0.19, 0.09. Web safe color of #bfe8bb is #ccffcc. Color #bfe8bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101000 10111011
Octal 277 350 273
Decimal 191 232 187
Hex BF E8 BB

RGB Percentages of Color #bfe8bb

%31.31
%38.03
%30.66

CMYK Percentages of Color #bfe8bb

%18
%0
%19
%9

Triadic Colors of #bfe8bb

#bfe8bb #bbbfe8 #e8bbbf

Analogous Colors of #bfe8bb

#bfe8bb #bbe8ce #d6e8bb

Monochromatic Colors of #bfe8bb

#bfe8bb

Complementary Color

#bfe8bb #e4bbe8

#bfe8bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe8bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe8bb Color CSS Codes

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

#bfe8bb Text Font Color

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

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


#bfe8bb Background Color

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

This div background color is #bfe8bb


#bfe8bb Border Color

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

This div border color is #bfe8bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe8bb


Comments

No comments written yet.

Please login to write comment.