Color Hex Logo

#bbefc7 Color Hex

#BBEFC7
(187,239,199)
0 Favorites   0 Comments

Color spaces of #bbefc7

RGB 187239199
HSL0.370.620.84
HSV134°22°94°
CMYK 0.220.000.17   0.06
XYZ61.668876.421365.5333
Yxy76.42130.30290.3753
Hunter Lab87.4193-27.063216.7471
CIE-Lab90.0546-24.273613.9912

#bbefc7 color RGB value is (187,239,199).

#bbefc7 hex color red value is 187, green value is 239 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #bbefc7 hue: 0.37 , saturation: 0.62 and the lightness value of bbefc7 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101111 11000111
Octal 273 357 307
Decimal 187 239 199
Hex BB EF C7

RGB Percentages of Color #bbefc7

%29.92
%38.24
%31.84

CMYK Percentages of Color #bbefc7

%22
%0
%17
%6

Triadic Colors of #bbefc7

#bbefc7 #c7bbef #efc7bb

Analogous Colors of #bbefc7

#bbefc7 #bbefe1 #c9efbb

Monochromatic Colors of #bbefc7

#bbefc7

Complementary Color

#bbefc7 #efbbe3

#bbefc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbefc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbefc7 Color CSS Codes

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

#bbefc7 Text Font Color

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

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


#bbefc7 Background Color

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

This div background color is #bbefc7


#bbefc7 Border Color

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

This div border color is #bbefc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbefc7


Comments

No comments written yet.

Please login to write comment.