Color Hex Logo

#bbefca Color Hex

#BBEFCA
(187,239,202)
0 Favorites   0 Comments

Color spaces of #bbefca

RGB 187239202
HSL0.380.620.84
HSV137°22°94°
CMYK 0.220.000.15   0.06
XYZ62.020776.562167.3862
Yxy76.56210.30110.3717
Hunter Lab87.4998-26.602015.5888
CIE-Lab90.1197-23.732412.5268

#bbefca color RGB value is (187,239,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101111 11001010
Octal 273 357 312
Decimal 187 239 202
Hex BB EF CA

RGB Percentages of Color #bbefca

%29.78
%38.06
%32.17

CMYK Percentages of Color #bbefca

%22
%0
%15
%6

Triadic Colors of #bbefca

#bbefca #cabbef #efcabb

Analogous Colors of #bbefca

#bbefca #bbefe4 #c6efbb

Monochromatic Colors of #bbefca

#bbefca

Complementary Color

#bbefca #efbbe0

#bbefca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbefca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbefca Color CSS Codes

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

#bbefca Text Font Color

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

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


#bbefca Background Color

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

This div background color is #bbefca


#bbefca Border Color

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

This div border color is #bbefca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbefca


Comments

No comments written yet.

Please login to write comment.