Color Hex Logo

#bbefaf Color Hex

#BBEFAF
(187,239,175)
0 Favorites   0 Comments

Color spaces of #bbefaf

RGB 187239175
HSL0.300.670.81
HSV109°27°94°
CMYK 0.220.000.27   0.06
XYZ59.097975.392951.9949
Yxy75.39290.31690.4043
Hunter Lab86.8291-30.459625.2764
CIE-Lab89.5767-28.314525.7032

#bbefaf color RGB value is (187,239,175).

#bbefaf hex color red value is 187, green value is 239 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bbefaf hue: 0.30 , saturation: 0.67 and the lightness value of bbefaf is 0.81.

The process color (four color CMYK) of #bbefaf color hex is 0.22, 0.00, 0.27, 0.06. Web safe color of #bbefaf is #ccff99. Color #bbefaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101111 10101111
Octal 273 357 257
Decimal 187 239 175
Hex BB EF AF

RGB Percentages of Color #bbefaf

%31.11
%39.77
%29.12

CMYK Percentages of Color #bbefaf

%22
%0
%27
%6

Triadic Colors of #bbefaf

#bbefaf #afbbef #efafbb

Analogous Colors of #bbefaf

#bbefaf #afefc3 #dbefaf

Monochromatic Colors of #bbefaf

#bbefaf

Complementary Color

#bbefaf #e3afef

#bbefaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbefaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbefaf Color CSS Codes

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

#bbefaf Text Font Color

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

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


#bbefaf Background Color

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

This div background color is #bbefaf


#bbefaf Border Color

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

This div border color is #bbefaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbefaf


Comments

No comments written yet.

Please login to write comment.